File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# generated files
2
2
.vs
3
3
.vs /
4
- nativescript-videoplayer.sln
5
- .sln
4
+ .vscode /
6
5
* .sln
7
6
demo /
8
7
screens /
Original file line number Diff line number Diff line change 1
- [ ![ npm] ( https://img.shields.io/npm/v/nativescript-signaturepad .svg )] ( https://www.npmjs.com/package/nativescript-signaturepad )
2
- [ ![ npm] ( https://img.shields.io/npm/dt/nativescript-signaturepad .svg?label=npm%20downloads )] ( https://www.npmjs.com/package/nativescript-signaturepad )
1
+ [ ![ npm] ( https://img.shields.io/npm/v/nativescript-drawingpad .svg )] ( https://www.npmjs.com/package/nativescript-drawingpad )
2
+ [ ![ npm] ( https://img.shields.io/npm/dt/nativescript-drawingpad .svg?label=npm%20downloads )] ( https://www.npmjs.com/package/nativescript-drawingpad )
3
3
4
4
# NativeScript-DrawingPad :pencil :
5
5
NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device.
6
6
You can use this component to capture really anything you want that can be drawn on the screen. Go crazy with it!!!
7
7
8
+ * Formally this plugin was ** nativescript-signaturepad** , to improve visiblity and adoption it has been renamed.*
9
+
8
10
## Samples
9
11
10
12
Android | iOS
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-drawingpad" ,
3
- "version" : " 0.1.3 " ,
3
+ "version" : " 1.0.0 " ,
4
4
"main" : " drawingpad.js" ,
5
5
"description" : " A NativeScript plugin to provide a way to capture any drawing (signatures are a common use case) from the device screen." ,
6
6
"nativescript" : {
You can’t perform that action at this time.
0 commit comments