Go to file
Bill 469641c836 Merge branch 'Sledmore-main-patch-95903' into 'main'
Add image/jpeg as a valid resource type for downloading image assets.

See merge request nitro/nitro-renderer!19
2022-07-19 00:51:35 +00:00
.vscode First commit 2021-03-16 22:02:09 -04:00
src Add image/jpeg as a valid resource type for downloading image assets. 2022-06-27 00:19:54 +00:00
.browserslistrc Update browserlist 2021-12-13 23:24:36 -05:00
.editorconfig First commit 2021-03-16 22:02:09 -04:00
.eslintrc.json Eslint remove extra spaces 2022-03-02 19:21:30 -05:00
.gitignore First commit 2021-03-16 22:02:09 -04:00
.gitlab-ci.yml FIx CI 2022-03-21 02:14:53 -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 Bump version 2022-05-25 19:02:04 -04:00
post-install.js Remove for now 2022-04-03 02:11:41 -04:00
README.md Update readme 2021-12-25 22:07:42 -05:00
tsconfig.json fix runner compile step 2021-07-27 16:08:18 -05:00
yarn.lock Update pixi 2022-04-10 02:58:13 -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