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 830B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "cordova-mirtech-plugin-base64saveimage",
  3. "version": "0.0.1",
  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": {
  34. "name": "Muhammad Munir",
  35. "email": "munirishak@mirfalah.my",
  36. "url": ""
  37. },
  38. "license": "",
  39. "bugs": {
  40. "url": ""
  41. },
  42. "homepage": ""
  43. }