Firewords is a project inspired by Daniel Shiffmans Fireworks coding challenge.
I wrapped it in an express web server (Loading the font inside from file:// throws CORS), if you want to test it without mounting it on IIS or other I encourage you to use the express wrapper. To do so:
- Have node.js installed
- Download the repo and unpack
- Open a shell and navigate to the repo folder.
- run
npm install
to download and install express - run
npm start
- open
http://localhost:3300
in a browser
If you want to just plug and play you will find everything in the www/ folder.
A few things to note:
variable ´boomName´ contains the word that is "printed" (default "P5.js").
you can change the font by downloading one, placing it in /www/assets and then changing the parameter in the loadFont
function.