Go to file
Unfamiliar 96e11a1f3e
Fix firework memory leak and update pixi.js (#125)
* Fix firework memory leak by reusing a single particle sprite

* Remove console.log from debugging
2024-09-12 21:40:05 -04:00
.vscode Huge refactor 2024-03-19 21:53:17 -04:00
packages Fix firework memory leak and update pixi.js (#125) 2024-09-12 21:40:05 -04:00
src Update DevTools 2024-09-12 18:09:38 -04:00
.browserslistrc Update browserlist 2021-12-13 23:24:36 -05:00
.editorconfig First commit 2021-03-16 22:02:09 -04:00
.gitignore First commit 2021-03-16 22:02:09 -04:00
eslint.config.js Changes 2024-06-25 20:08:59 -04:00
index.ts First commit 2021-03-16 22:02:09 -04:00
LICENSE First commit 2021-03-16 22:02:09 -04:00
package.json Fix firework memory leak and update pixi.js (#125) 2024-09-12 21:40:05 -04:00
README.md Update readme 2021-12-25 22:07:42 -05:00
tsconfig.json Changes 2024-06-25 20:08:59 -04:00
vite.config.js Huge refactor 2024-03-19 21:53:17 -04:00
yarn.lock Fix firework memory leak and update pixi.js (#125) 2024-09-12 21:40:05 -04:00

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