node-spritesheet icon indicating copy to clipboard operation
node-spritesheet copied to clipboard

Fix possible windows path issue

Open JakeStevenson opened this issue 10 years ago • 0 comments

I was having a lot of issues running this module on windows, where the files existed in "c:\path\path.with.dots\stuff". I discovered some assumptions were being made about paths in the imagemagick adapter and replaced them with node's path parsing library.

JakeStevenson avatar Mar 13 '15 16:03 JakeStevenson