Update readme

This commit is contained in:
Bill 2021-12-25 22:07:42 -05:00
parent 0ac8aac5fb
commit 59a429fb94
1 changed files with 15 additions and 0 deletions

View File

@ -1,2 +1,17 @@
# Nitro Renderer
nitro-renderer is a Javascript library for rendering Nitro in the browser using PixiJS
## Installation
npm
```
npm install @nitrots/nitro-renderer
```
yarn
```
yarn add @nitrots/nitro-renderer
```