{"id":13763933,"url":"https://draeton.github.io/stitches/","last_synced_at":"2025-05-10T17:31:15.965Z","repository":{"id":1840979,"uuid":"2765449","full_name":"draeton/stitches","owner":"draeton","description":"HTML5 Sprite Sheet Generator","archived":false,"fork":false,"pushed_at":"2022-12-16T04:34:36.000Z","size":10966,"stargazers_count":1042,"open_issues_count":28,"forks_count":240,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-07T17:05:31.551Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"draeton.github.io/stitches","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"erikras/react-redux-universal-hot-example","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/draeton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-13T07:08:18.000Z","updated_at":"2025-01-07T13:01:17.000Z","dependencies_parsed_at":"2023-01-13T11:26:23.695Z","dependency_job_id":null,"html_url":"https://github.com/draeton/stitches","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/draeton%2Fstitches","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/draeton%2Fstitches/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/draeton%2Fstitches/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/draeton%2Fstitches/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/draeton","download_url":"https://codeload.github.com/draeton/stitches/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253453237,"owners_count":21911065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T15:01:02.008Z","updated_at":"2025-05-10T17:31:10.951Z","avatar_url":"https://github.com/draeton.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized","Game Development"],"sub_categories":["Uncategorized","Game Dev Tools: Sprite \u0026 VFX"],"readme":"[Stitches](http://draeton.github.com/stitches/)\n==========\n\nStitches is an HTML5 sprite sheet generator.\nThe current version is `1.3.5`. Documentation is available\n[here](http://draeton.github.com/stitches/stitches/doc/stitches.js.html).\n\n## Implementation\n\nAfter dependencies, Stitches requires a stylesheet, a script, and an HTML element to get the job done:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"css/stitches-1.3.5.min.css\"\u003e\n\n\u003cscript data-main=\"js/stitches.js\" src=\"js/stitches-1.3.5.min.js\"\u003e\u003c/script\u003e\n```\n\nThe sprite sheet generator is automatically created in elements that have the `stitches` class:\n\n```html\n\u003cdiv class=\"stitches\"\u003e\u003c/div\u003e\n```\n\nIf you choose, any images that are a part of the initial markup will be loaded onto the canvas:\n\n```html\n\u003cdiv class=\"stitches\"\u003e\n    \u003cimg src=\"img/test/github.png\" data-name=\"github\"/\u003e\n    \u003cimg src=\"img/test/gmail.png\" data-name=\"gmail\"/\u003e\n    \u003cimg src=\"img/test/linkedin.png\" data-name=\"linkedin\"/\u003e\n    \u003cimg src=\"img/test/stackoverflow.png\" data-name=\"stackoverflow\"/\u003e\n    \u003cimg src=\"img/test/tumblr.png\" data-name=\"tumblr\"/\u003e\n    \u003cimg src=\"img/test/twitter.png\" data-name=\"twitter\"/\u003e\n\u003c/div\u003e\n```\n\n## Dependencies\n\n[jQuery 1.7.1](http://jquery.com/), [Modernizr 2.0.6](http://modernizr.com/), [Bootstrap 2.3.0](http://twitter.github.com/bootstrap/)\n\n```html\n\u003clink rel=\"stylesheet\" href=\"libs/bootstrap/css/bootstrap.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"libs/bootstrap/css/bootstrap-responsive.min.css\"\u003e\n\n\u003cscript src=\"libs/jquery/jquery-1.7.1.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"libs/modernizr/modernizr-2.0.6.min.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"libs/bootstrap/js/bootstrap.min.js\"\u003e\u003c/script\u003e\n```\n\n## Download\n\n**The latest release, 1.3.5, is [available here](http://draeton.github.com/stitches/stitches/dist/stitches-1.3.5.zip).**\n\n\n## Contributors\n\n* [amenadiel](https://github.com/amenadiel)\n* [egeriis](https://github.com/egeriis)\n* [flying-sheep](https://github.com/flying-sheep)\n* [JonDum](https://github.com/JonDum)\n* [mreq](https://github.com/mreq)\n\n\n## License\n\n(The MIT License)\n\nCopyright (c) 2013 [Matthew Cobbs](mailto:draeton@gmail.com)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/draeton.github.io%2Fstitches%2F","html_url":"https://awesome.ecosyste.ms/projects/draeton.github.io%2Fstitches%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/draeton.github.io%2Fstitches%2F/lists"}