File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ Vue.use(CanvasPlugin);
63
63
<CanvasView width=" 100 " height=" 100 " @draw=" draw " />
64
64
```
65
65
66
- ##draw Method
66
+ ## Draw Method
67
67
```typescript
68
68
function draw(event: { canvas: Canvas }) {
69
69
const paint = new Paint();
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nativescript-community/ui-canvas" ,
3
3
"version" : " 4.0.33" ,
4
- "description" : " Nativescript Canvas plugin ." ,
4
+ "description" : " Implement Canvas into your NativeScript apps ." ,
5
5
"main" : " ./canvas" ,
6
6
"sideEffects" : false ,
7
7
"typings" : " ./canvas.d.ts" ,
15
15
" NativeScript" ,
16
16
" JavaScript" ,
17
17
" Android" ,
18
- " iOS"
18
+ " iOS" ,
19
+ " Vue"
19
20
],
20
21
"author" : {
21
22
"name" : " Martin Guillon" ,
22
23
23
24
},
24
25
"bugs" : {
25
- "url" : " https://github.com/Akylas/@nativescript-community/ui-canvas/issues"
26
+ "url" : " https://github.com/nativescript-community/ui-canvas/issues"
27
+ },
28
+ "repository" : {
29
+ "type" : " git" ,
30
+ "url" : " https://github.com/nativescript-community/ui-canvas"
26
31
},
27
32
"license" : " Apache-2.0" ,
28
- "homepage" : " https://github.com/Akylas/@nativescript-community/ui-canvas" ,
29
33
"readmeFilename" : " README.md" ,
30
34
"gitHead" : " a1f853cec62ac3a7986af8121169926df2ff5d6a"
31
35
}
You can’t perform that action at this time.
0 commit comments