node-spritesheet
node-spritesheet copied to clipboard
Fix possible windows path issue
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.