pixijs / particle-emitter

A particle system for PixiJS
http://pixijs.io/particle-emitter/docs
MIT License
796 stars 125 forks source link

[Request] Compiled and minimized builds #134

Closed Article19 closed 4 years ago

Article19 commented 4 years ago

Hi there,

Would it be possible to provide compiled and minimized builds with each release? We're not presently set up for creating these ourselves...

Cheers.

andrewstart commented 4 years ago

Install via npm (or yarn, or your choice of any tool that pulls from the npm registry). Inside the pixi-particles folder that is downloaded, dist/pixi-particles.js will be the library compiled into one file, and dist/pixi-particles.min.js will be the minified version of that. Both of the files in the dist folder set up a PIXI.particles namespace on the window and require the PIXI namespace to already exist.

Article19 commented 4 years ago

Turns out we had a license to CodeKit for OSX, and were able to make a build. Thanks so much!