We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59bad4 commit 8166d40Copy full SHA for 8166d40
slice.cjs
@@ -68,7 +68,7 @@ function continueSlicing(image, width, height, inputFilename) {
68
const [filename, width, height] = process.argv.slice(2);
69
70
if (!filename || !width) {
71
- console.log("Usage: node sliceImage.js <filename> <width> [height]");
+ console.log("Usage: node slice.cjs <filename> <width> [height]");
72
} else {
73
sliceImage(filename, parseInt(width), parseInt(height));
74
}
0 commit comments