spritesheet.js
spritesheet.js copied to clipboard
[suggestion] Option for multiple pack according to max-width and max-height
Due to the MAX_TEXTURE_SIZE I have to split spritesheet into multiple ones, each of them has max width/height of 4096. In texturepacker I can select multi pack as the pic shows.
I have this functioning in another branch: https://github.com/gopherwood/spritesheet.js
@krzysztof-o would you be interested in a PR?
It's been awhile since I worked on this, but I think I had to update the binpacking dependency to get it to function correctly.
Just tried it out and it worked out awesome! (--algorithm multiple-binpacking) Is there a way to merge those changes into this project?