spritesheet.js icon indicating copy to clipboard operation
spritesheet.js copied to clipboard

Unable to find files even though they're right there :-)

Open frankandrobot opened this issue 2 years ago • 0 comments

Steps to repo

  1. Directory structure is
v1 / fly1_0.png
v1 / fly1_2.png 
...
v1 / fly1_5.png
  1. Install locally yarn --dev spritesheet-js
  2. Run yarn spritesheet-js -f json v1/*.png

Result:

Error: Command failed: identify "/Users/uri/v1/fly1_0.png" "/Users/uri/v1/fly1_1.png" "/Users/uri/v1/fly1_2.png" "/Users/uri/v1/fly1_3.png" "/Users/uri/v1/fly1_4.png" "/Users/uri/v1/fly1_5.png"

Note: the above path is incorrect!

Environment:

  • macosx high sierra
  • node 16.13.1
  • yarn 1.22.17
  • latest spritesheet-js

frankandrobot avatar Feb 10 '22 03:02 frankandrobot