rtexturepacker
v0.0.1
Published
Execute TexturePacker (https://www.codeandweb.com/texturepacker) on a remote server
Downloads
1
Readme
Remote TexturePacker client
Execute TexturePacker on a remote server
TexturePacker is a great spritesheet creator. Its command line version so useful that everyone should integrate it into their build pipeline. However, it might be costly to buy one license for each person in your team. This tool aims to solve this problem by installing only one version of TexturePacker on a remote server so that everyone can connect to it and use it.
Usage
The command line usage is designed to be identical to TexturePacker except that TexturePacker
is replaced by rtexturepacker
rtexturepacker examples/imgs/ --server 192.168.33.2:3001
Install
You should install rtexturepacker
client globally by npm
like so:
npm install -g rtexturepacker
Changelog
0.0.1
- Initial commit