{"id":14982251,"url":"https://github.com/webcaetano/gulp-texturepacker","last_synced_at":"2025-10-29T11:31:23.913Z","repository":{"id":57259269,"uuid":"63657048","full_name":"webcaetano/gulp-texturepacker","owner":"webcaetano","description":"Gulp plugin for TexturePacker","archived":false,"fork":false,"pushed_at":"2017-09-20T15:18:27.000Z","size":104,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-29T07:01:35.189Z","etag":null,"topics":["gulp-plugins","sheet","texturepacker"],"latest_commit_sha":null,"homepage":null,"language":"PLSQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webcaetano.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-19T03:29:29.000Z","updated_at":"2022-05-19T14:33:16.000Z","dependencies_parsed_at":"2022-08-28T19:31:51.859Z","dependency_job_id":null,"html_url":"https://github.com/webcaetano/gulp-texturepacker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-texturepacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-texturepacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-texturepacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webcaetano%2Fgulp-texturepacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webcaetano","download_url":"https://codeload.github.com/webcaetano/gulp-texturepacker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219857798,"owners_count":16556054,"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":["gulp-plugins","sheet","texturepacker"],"created_at":"2024-09-24T14:05:01.562Z","updated_at":"2025-10-29T11:31:23.562Z","avatar_url":"https://github.com/webcaetano.png","language":"PLSQL","readme":"# gulp-texturepacker\n\n[![npm][npm-img]][npm-url]\n\nGulp plugin for TexturePacker\n\n## Installation\n\n```\nnpm install gulp-texturepacker\n```\n\n## Examples\n\n```javascript\nvar tps = require('gulp-texturepacker');\n\ngulp.src('test/atlas.tps')\n.pipe(tps()); // output .tps with his setup\n```\n\nWith options \n```javascript\ngulp.src(['test/*.tps'])\n.pipe(tps({\n\tsheet:'./test/dist/main.png',\n\tdata:'./test/dist/data.json'\n}));\n```\n\n## Options\n\n#### sheet\n\nDestination of spritesheet image (png, jpg, etc)\n\n#### data\n\nDestination of data file (json, plist, etc)\n\n#### textureFormat\n\nSets the format for the textures.\u003cbr\u003e\nThe format type is automatically derived from the sheet\n\n#### format\n\nTexturePacker format e.g. cocos2d, phaser-json-array\u003cbr\u003e\nFull list at TexturePacker --help\n\n#### backgroundColor\n\nbackground color format `FFFFFF`.\n\n#### log\n\nType `Boolean` Default `false`\u003cbr\u003e\nDisplay logs\n\n---------------------------------\n\nThe MIT [License](https://raw.githubusercontent.com/webcaetano/gulp-texturepacker/master/LICENSE.md)\n\n[npm-img]: https://img.shields.io/npm/v/gulp-texturepacker.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/gulp-texturepacker\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-texturepacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebcaetano%2Fgulp-texturepacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebcaetano%2Fgulp-texturepacker/lists"}