123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "cordova-mirtech-plugin-base64saveimage",
- "version": "0.0.2",
- "description": "This plugin allows you to save the contents of an HTML canvas tag to the iOS Photo Library, or Android Gallery from your app.",
- "cordova": {
- "id": "com.mirfalahtech.base64saveimage",
- "platforms": [
- "ios",
- "android",
- "wp8"
- ]
- },
- "repository": {
- "type": "git",
- "url": ""
- },
- "keywords": [
- "image",
- "base64",
- "save",
- "photo library",
- "ecosystem:cordova",
- "cordova-ios",
- "cordova-android",
- "cordova-wp8"
- ],
- "engines": [
- {
- "name": "cordova",
- "version": ">=3.0.0"
- }
- ],
- "author": "Muhammad Munir <munirishak@mirfalah.my> (https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage)",
- "license": "ISC",
- "bugs": {
- "url": ""
- },
- "homepage": ""
- }
|