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:
gulpwill build a distributable, minified version of everything and put it in thedistfolder.gulp servewill start a local webserver and open a web browser.gulp serve:distwill build everything and then serve thedistfolder.
