@nativescript-community/ui-htmlcanvasapi
Version:
An HTML Canvas API implementation on top of android and iOS native APIs
40 lines • 970 B
JSON
{
"name": "@nativescript-community/ui-htmlcanvasapi",
"version": "2.0.3",
"description": "An HTML Canvas API implementation on top of android and iOS native APIs",
"main": "index",
"types": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "6.0.0",
"android": "6.0.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/CatchABus/nativescript-plugins.git"
},
"keywords": [
"NativeScript",
"JavaScript",
"TypeScript",
"iOS",
"Android",
"Canvas",
"Canvas2D"
],
"author": {
"name": "CatchABus",
"email": "katsampasdr@gmail.com"
},
"bugs": {
"url": "https://github.com/CatchABus/nativescript-plugins/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/CatchABus/nativescript-plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed",
"dependencies": {
"@nativescript-community/ui-canvas": "^4.6.32"
}
}