Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://draeton.github.io/stitches/

HTML5 Sprite Sheet Generator
https://draeton.github.io/stitches/

Last synced: about 1 month ago
JSON representation

HTML5 Sprite Sheet Generator

Lists

README

        

[Stitches](http://draeton.github.com/stitches/)
==========

Stitches is an HTML5 sprite sheet generator.
The current version is `1.3.5`. Documentation is available
[here](http://draeton.github.com/stitches/stitches/doc/stitches.js.html).

## Implementation

After dependencies, Stitches requires a stylesheet, a script, and an HTML element to get the job done:

```html

```

The sprite sheet generator is automatically created in elements that have the `stitches` class:

```html


```

If you choose, any images that are a part of the initial markup will be loaded onto the canvas:

```html









```

## Dependencies

[jQuery 1.7.1](http://jquery.com/), [Modernizr 2.0.6](http://modernizr.com/), [Bootstrap 2.3.0](http://twitter.github.com/bootstrap/)

```html

```

## Download

**The latest release, 1.3.5, is [available here](http://draeton.github.com/stitches/stitches/dist/stitches-1.3.5.zip).**

## Contributors

* [amenadiel](https://github.com/amenadiel)
* [egeriis](https://github.com/egeriis)
* [flying-sheep](https://github.com/flying-sheep)
* [JonDum](https://github.com/JonDum)
* [mreq](https://github.com/mreq)

## License

(The MIT License)

Copyright (c) 2013 [Matthew Cobbs](mailto:[email protected])

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.