1 parent 73786c6 commit 331bb80Copy full SHA for 331bb80
1 file changed
rule_sample/rule_use_local_data.js
@@ -1,7 +1,5 @@
1
//replace all the images with local one
2
-var url = require("url"),
3
- path = require("path"),
4
- fs = require("fs");
+var fs = require("fs");
5
6
var LOCAL_IMAGE = "/Users/path/to/image.png";
7
0 commit comments