- all examples can be found live on the official webpage
- powered by ParcelJS, TypeScript, PixiJS 8, and colfio from npm (
colfio@^0.4.0— not linked to a sibling checkout) - install NodeJS (Node >= 18)
- enable pnpm (this package uses pnpm, not npm):
corepack enableornpm i -g pnpm - in this folder, run
pnpm install - run
pnpm run generate-viewsto generate HTML files from examples-info.json - run
pnpm run devand open http://localhost:1234/ (do not openview/*.htmlvia Live Server orfile://— bare imports likepixi.jsonly resolve through Parcel)
Do not mix npm install with an existing pnpm node_modules — if install fails after switching package managers, delete node_modules (and any package-lock.json) then run pnpm install again.
- examples package: 7.1.0
- depends on colfio 0.4.0 (
colfio@^0.4.0on npm)
- run
pnpm run buildand find your project in thebuildfolder
