v1.0.0
We are excited to announce the first release of the PixiJS Create tool! This CLI tool helps you scaffold PixiJS projects with ease
Compatibility Note:
PixiJS requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With NPM:
$ npm create pixi.js@latest
With Yarn:
$ yarn create pixi.js
With PNPM:
$ pnpm create pixi.js
With Bun:
$ bun create pixi.js
Then follow the prompts!
Full Changelog: https://github.com/pixijs/create-pixi/commits/v1.0.0