12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "name": "cordova-mirtech-plugin-base64saveimage",
- "version": "0.0.1",
- "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": "https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage"
- },
- "keywords": [
- "image",
- "base64",
- "save",
- "photo library",
- "ecosystem:cordova",
- "cordova-ios",
- "cordova-android",
- "cordova-wp8"
- ],
- "engines": [
- {
- "name": "cordova",
- "version": ">=3.0.0"
- }
- ],
- "author": {
- "name": "Muhammad Munir",
- "email": "munirishak@mirfalah.my",
- "url": ""
- },
- "license": "",
- "bugs": {
- "url": ""
- },
- "homepage": ""
- }
|