We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cc061 commit 1faf584Copy full SHA for 1faf584
examples/contours.js
@@ -31,6 +31,6 @@ cv.readImage('./stuff.png', function(err, im) {
31
all.drawAllContours(contours, WHITE);
32
33
34
- big.save('/tmp/big.png');
35
- all.save('/tmp/all.png');
+ big.save('./big.png');
+ all.save('./all.png');
36
});
0 commit comments