1.1.0 • Published 3 years ago

cra-template-pixijs-typescript v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

cra-template-pixijs-typescript

This is the pixi.js and TypeScript template using Create React App.

To use this template, add --template pixijs-typescript when creating a new app.

For example:

npx create-react-app my-app --template pixijs-typescript

# or

yarn create react-app my-app --template pixijs-typescript

For more information, please refer to:

  • Getting Started – How to create a new app.
  • User Guide – How to develop apps bootstrapped with Create React App.
  • pixi.js - Start using pixi.js to build 2D webGL project.