aaronm67 / InstantSprite

A fast browser based CSS Sprite Generator

Home Page:http://instantsprite.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instant Sprite

A fast browser-based CSS Sprite Generator. Uses HTML Canvas and JavaScript FileReader to help you generate CSS Sprites as quickly as possible. http://instantsprite.com

Contributing

You should be able to develop locally without any build tools. Just navigate to the site directory in a browser to test.
NOTE: some browsers do not deal well with reading files from a file:// domain (if you just opened it directly from the filesystem). It is best to develop through a web server to avoid this problem.

If you would like to create a build package, you will need rake and jekyll installed on your system. Then you can run rake build from the root directory, and it will create an output directory called site-build with the minified script references, etc.

License

Instant Sprite is open source under MIT License. See LICENSE.

Open Source projects used

About

A fast browser based CSS Sprite Generator

http://instantsprite.com

License:MIT License


Languages

Language:JavaScript 82.3%Language:CSS 16.1%Language:Ruby 1.5%