Pixijs v5 examples with npm and webpack
Examples will be written in typescript, you can check webpack config files for its configuration.
Looking for source? Check src folder Looging for assets? Check build folder There will be a dedicated ts class for each example. If an example will be big enough to require more than one class then all class but starting one will be moved to a dedicated folder.
This project runs under MIT license. Since it represents a collection of examples I won't set any strong rule about coding, if you want to contribut just keep the code clean and tidy. Since these are examples, please also comment it.
npm run build
npm run start
npm run build-prod
npm run start-prod