You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think it is possible with this plugin. It is modeled after gulp-spritesmith and it doesn't seem to support that.
It will require different compilation strategy and different api templates. Now it is hard coded to either create spritesheet from one set of images or two spritesheets from two sets of images. And api templates I am using are also assuming either one or two sets of images.
You can create three instances of plugin, yes. It will produce three different spritesheets, depeding on how you configure each instance, but it will also produce three APIs.
If you want them to cooperate you'll have to do this coordination yourself.
Excuse me, How to support '@3' retina and '@2' at the same time?
The text was updated successfully, but these errors were encountered: