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);
6363<CanvasView width=" 100 " height=" 100 " @draw=" draw " />
6464```
6565
66- ##draw Method
66+ ## Draw Method
6767```typescript
6868function draw(event: { canvas: Canvas }) {
6969 const paint = new Paint();
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript-community/ui-canvas" ,
33 "version" : " 4.0.33" ,
4- "description" : " Nativescript Canvas plugin ." ,
4+ "description" : " Implement Canvas into your NativeScript apps ." ,
55 "main" : " ./canvas" ,
66 "sideEffects" : false ,
77 "typings" : " ./canvas.d.ts" ,
1515 " NativeScript" ,
1616 " JavaScript" ,
1717 " Android" ,
18- " iOS"
18+ " iOS" ,
19+ " Vue"
1920 ],
2021 "author" : {
2122 "name" : " Martin Guillon" ,
22232324 },
2425 "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"
2631 },
2732 "license" : " Apache-2.0" ,
28- "homepage" : " https://github.com/Akylas/@nativescript-community/ui-canvas" ,
2933 "readmeFilename" : " README.md" ,
3034 "gitHead" : " a1f853cec62ac3a7986af8121169926df2ff5d6a"
3135}
You can’t perform that action at this time.
0 commit comments