phaser-3-assets-as-data-uri

Demo about how to load your Phaser 3 assets as data-uri's

MIT License

Stars
18

phaser-3-assets-as-data-uri

Demo about how to load your Phaser 3 assets as data-uri's

Check out the blog post for more info.

For this demo i started from the phaser3 project template.

Requirements

You will need to have Node.js installed to run the demo.

Install dependencies

npm install

Run demo on your local machine

npm start

Press Ctrl + c to kill server process.

Build the demo

npm run build