Skip to content

Commit 1faf584

Browse files
committed
change example out
1 parent e8cc061 commit 1faf584

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/contours.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ cv.readImage('./stuff.png', function(err, im) {
3131
all.drawAllContours(contours, WHITE);
3232

3333

34-
big.save('/tmp/big.png');
35-
all.save('/tmp/all.png');
34+
big.save('./big.png');
35+
all.save('./all.png');
3636
});

0 commit comments

Comments
 (0)