Skip to content

Commit 00bb8d9

Browse files
committed
disable broken example
1 parent b7ae201 commit 00bb8d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/salt.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*
12
var cv = require('../lib/opencv');
23
34
cv.readImage("./files/mona.png", function(err, im) {
@@ -18,3 +19,4 @@ function salt(img, n) {
1819
img.set(y, x, 255);
1920
}
2021
}
22+
*/

0 commit comments

Comments
 (0)