We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e14c9 commit dd8e4f5Copy full SHA for dd8e4f5
README.md
@@ -21,8 +21,12 @@ Android | iOS
21
## Installation
22
From your command prompt/termial go to your app's root folder and execute:
23
24
+#### NativeScript 3.0+
25
`tns plugin add nativescript-drawingpad`
26
27
+#### NativeScript < 3
28
+`tns plugin add [email protected]`
29
+
30
## Video Tutorial
31
[Egghead lesson - https://egghead.io/lessons/javascript-capture-drawings-and-signatures-in-a-nativescript-app](https://egghead.io/lessons/javascript-capture-drawings-and-signatures-in-a-nativescript-app)
32
0 commit comments