1.0 KiB
1.0 KiB
iwmlib
Install
Install the following dependencies globally
npm i rollup gulp-cli -g
and some dependencies locally
npm i
Build
To build the two iwmlib files type
npm run build
The files will be generated in the dist folder (iwmlib.js and iwmlib.pixi.js). If you want to watch the files for a continuously build type
npm run watch
To build the 3rd party library type
npm run 3rdparty
Docs
To create the documentation in the folder ./doc/out type npm run jsdoc
Afterwards you can view the documentation here:
- The iwmlib DocTests
- The iwmlib PixiJS DocTests
Useful PixiJS Resources
- The PixiJS JavaScript API Docs
- The PixiJS Examples
- The PixiJS GitHub Repository