Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 575 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 575 Bytes

#SpritifyCSS ##A spritesheet image generator in JavaScript

SpritifyCSS generates a Spritesheet and CSS from a collection of images, using the JavaScript FileReader API.

###Dependencies

JSZip - A JavaScript ZIP generation library http://stuk.github.io/jszip/

Bin Packing - A JavaScript 2D bin packing library https://github.com/jakesgordon/bin-packing/

###Future Updates

  • Make dependencies optional if possible
  • Create Node.js methods
    • Remove canvas methods
    • possibly use Png.js instead of the Node canvas methods