Skip to content

Commit

Permalink
docs: Fancy readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Dec 12, 2022
1 parent 4ff38e1 commit a1afdcc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
![repository-banner.png](/public/github-banner.png)

<p align="center">
<a href="https://www.npmjs.com/package/@tresjs/core"><img src="https://img.shields.io/npm/v/@tresjs/core?color=%2382DBCA" alt="npm package"></a>
<a href="https://nodejs.org/en/about/releases/"><img src="https://img.shields.io/node/v/@tresjs/core.svg" alt="node compatibility"></a>
<a href="https://discord.gg/tfY9aSNT"><img src="https://img.shields.io/badge/chat-discord-purple?style=flat&logo=discord" alt="discord chat"></a>
</p>
<br/>

# Tres

> Declarative ThreeJS using Vue Components
Expand All @@ -13,10 +20,10 @@ Tres (Spanish word for "three", pronounced `/tres/` ) is a way of creating Three

## Packages

| Package | Version (click for changelogs) |
| --------------------------- | :----------------------------------------------------------------------------------------------------------- |
| [Tres](packages/tres) | [![tres version](https://img.shields.io/npm/v/@tresjs/core.svg?label=%20)](packages/tres/CHANGELOG.md) |
| [Cientos](packages/cientos) | [![tres version](https://img.shields.io/npm/v/@tresjs/cientos.svg?label=%20)](packages/cientos/CHANGELOG.md) |
| Package | Version (click for changelogs) |
| --------------------------- | :--------------------------------------------------------------------------------------------------------------------------- |
| [Tres](packages/tres) | [![tres version](https://img.shields.io/npm/v/@tresjs/core.svg?label=%20&color=%2382DBCA)](packages/tres/CHANGELOG.md) |
| [Cientos](packages/cientos) | [![tres version](https://img.shields.io/npm/v/@tresjs/cientos.svg?label=%20&color=%23f19b00)](packages/cientos/CHANGELOG.md) |

## Docs

Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"description": "Declarative ThreeJS using Vue Components",
"version": "1.0.0",
"author": "Alvaro Saburido <[email protected]> (https://github.com/alvarosabu/)",
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=16.0.0 <17.0.0"
},
"workspaces": [
"apps/**",
"packages/*"
Expand Down

0 comments on commit a1afdcc

Please sign in to comment.