{"id":18771080,"url":"https://github.com/bigasdev/webpack-aseprite","last_synced_at":"2026-05-18T15:39:04.268Z","repository":{"id":111483959,"uuid":"539113644","full_name":"bigasdev/webpack-aseprite","owner":"bigasdev","description":"Tool to help with rendering sprites from aseprite on webpack","archived":false,"fork":false,"pushed_at":"2022-09-21T13:43:10.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T07:43:23.417Z","etag":null,"topics":["aseprite","aseprite-export","pixelart","sprite-atlas","sprite-parser","sprite-sheet","sprites","spritesheet","webdevelopment","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigasdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-20T17:32:09.000Z","updated_at":"2023-01-27T14:43:47.000Z","dependencies_parsed_at":"2023-05-09T19:24:51.227Z","dependency_job_id":null,"html_url":"https://github.com/bigasdev/webpack-aseprite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fwebpack-aseprite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fwebpack-aseprite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fwebpack-aseprite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigasdev%2Fwebpack-aseprite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigasdev","download_url":"https://codeload.github.com/bigasdev/webpack-aseprite/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239678114,"owners_count":19679202,"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":["aseprite","aseprite-export","pixelart","sprite-atlas","sprite-parser","sprite-sheet","sprites","spritesheet","webdevelopment","webpack"],"created_at":"2024-11-07T19:23:09.482Z","updated_at":"2026-05-18T15:38:59.218Z","avatar_url":"https://github.com/bigasdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch5 align=\"center\"\u003e\n    \u003cimg src=\"docs/webpackimporter.png\"\u003e\n\u003c/h5\u003e\n\n## 📚 About\n🚀 Lightweight and easy to use importer to work on webpack using aseprite assets.\n\n## 💾 Installation\nSimply add the [asset](src/assets.js) file to your source folder and import it on your webpack index.\n\n## 🔎 Features\n- Its just one file\n- Can load and handle multiple atlas files\n- Edit all your sprites names directly on aseprite\n\n## 💻 Usage\nUse the export feature on aseprite (Ctrl+E) to export your atlas.png with the json in your project folder\n```js\n//Import the assets.js\n\nimport { asepriteConfig } from './assets.js';\n\n//Import the files in your index\n\nimport atlasImg from '../assets/img/testAtlas.png';\nimport atlasJson from '../assets/atlas-sources/atlas.json';\n\n//Then simply use the asepriteConfig to initialize all your atlas data\n\nasepriteConfig([atlasImg], [atlasJson]);\n\n//You can then start calling the createAsset function in any script you want\n\nimport { createAsset } from './assets';\n\ncreateAsset({atlas:\"Atlas Number\", name:\"Sprite Name\", size:\"Sprite Size\", x:\"X Position\", y:\"Y Position\"}, \"Your canvas context\", Callback(Info, Image));\n```\n\n## 📌 License\nThis project is under the GPL-3.0 License. Take a look at the [LICENSE](LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigasdev%2Fwebpack-aseprite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigasdev%2Fwebpack-aseprite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigasdev%2Fwebpack-aseprite/lists"}