cordova plugin for saving base64 image
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 865B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "cordova-mirtech-plugin-base64saveimage",
  3. "version": "0.0.5",
  4. "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.",
  5. "cordova": {
  6. "id": "com.mirfalahtech.base64saveimage",
  7. "platforms": [
  8. "ios",
  9. "android",
  10. "wp8"
  11. ]
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": ""
  16. },
  17. "keywords": [
  18. "image",
  19. "base64",
  20. "save",
  21. "photo library",
  22. "ecosystem:cordova",
  23. "cordova-ios",
  24. "cordova-android",
  25. "cordova-wp8"
  26. ],
  27. "engines": [
  28. {
  29. "name": "cordova",
  30. "version": ">=3.0.0"
  31. }
  32. ],
  33. "author": "Muhammad Munir <munirishak@mirfalah.my> (https://git.mirfalah.my/mirfalah-tech/cordova-mirtech-plugin-base64saveimage)",
  34. "license": "ISC",
  35. "bugs": {
  36. "url": ""
  37. },
  38. "homepage": ""
  39. }