Releases: pixijs/create-pixi
Releases · pixijs/create-pixi
v1.1.0
What's Changed
- Improve button component for creation template by @CyberDex in #9
- Add loading progress bar to the creation template by @CyberDex in #6
- Add start scripts to package for all templates by @CyberDex in #11
- Increase pixi resolution option by default for a Creation template by @CyberDex in #8
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
- tidied up docs and templates
Full Changelog: v1.0.0...v1.0.1
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