We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experiencing this issue:
FileNotFoundError: [Errno 2] No such file or directory: 'test/lines.svg'
Command:
piecemaker --dir test --number-of-pieces 100 test.jpg
After I manually crete "test" I get this:
FileNotFoundError: [Errno 2] No such file or directory: 'svgo': 'svgo'
Then this:
FileExistsError: [Errno 17] File exists: 'test/scale-100'
The text was updated successfully, but these errors were encountered:
You have to install svgo via sudo npm install -g svgo. Then delete and create the directory again.
sudo npm install -g svgo
Sorry, something went wrong.
No branches or pull requests
Experiencing this issue:
FileNotFoundError: [Errno 2] No such file or directory: 'test/lines.svg'
Command:
After I manually crete "test" I get this:
FileNotFoundError: [Errno 2] No such file or directory: 'svgo': 'svgo'
Then this:
FileExistsError: [Errno 17] File exists: 'test/scale-100'
The text was updated successfully, but these errors were encountered: