1Prototype1 / FORMTypeMaker

Type generator and in-conference intermission screensaver for #FORMSF14

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FORM Type Maker

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:

Requirements

You'll need a few things like gulp, node, and sass. Check out the Set Up Web Starter Kit docs for details.

Building

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 the dist folder.
  • gulp serve will start a local webserver and open a web browser.
  • gulp serve:dist will build everything and then serve the dist folder.

About

Type generator and in-conference intermission screensaver for #FORMSF14

License:Apache License 2.0


Languages

Language:JavaScript 83.6%Language:HTML 11.0%Language:SCSS 5.4%