From 8115ebe87f3e0e3181a2d64cd7f26126728062a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Habinshuti?= Date: Tue, 12 Jun 2018 22:02:46 +0300 Subject: [PATCH] Add link to OpenCV tutorial in initial code --- src/samples/empty.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/samples/empty.ts b/src/samples/empty.ts index 486ccd6..39bfd2f 100644 --- a/src/samples/empty.ts +++ b/src/samples/empty.ts @@ -1,4 +1,5 @@ export default `// write your code here // check out the code samples if you need help getting started +// To learn more about OpenCV.js, check out the tutorials at: https://docs.opencv.org/3.4.1/d5/d10/tutorial_js_root.html `; \ No newline at end of file