A text generator and in-conference intermission screensaver for #FORMSF14.
This project demonstates use of Polymer's implementation of material design, Web Starter Kit, and more.
GIF generation is done using the jsgif library, with some help from FileSaver.js.
Example GIF output:
You'll need a few things like gulp, node, and sass. Check out the Set Up Web Starter Kit docs for details.
Just like with the Web Starter Kit, there are a couple ways to build everything:
gulp
will build a distributable, minified version of everything and put it in thedist
folder.gulp serve
will start a local webserver and open a web browser.gulp serve:dist
will build everything and then serve thedist
folder.