cordova-photo-library-ios

0.2.0 • Public • Published

Code Shelter

PhotoLibrary

This plugin allows you to save images and videos to photo library. Currently this plugin only supports iOS. Support for other platforms will come later (pull requests are very welcome).

cordova plugin add https://github.com/buunguyen/cordova-photo-library-ios.git

Methods

  • cordova.plugins.PhotoLibrary.imageFromImage(imgElm, callback, errback) // imgElm must have been loaded
  • cordova.plugins.PhotoLibrary.imageFromCanvas(canvas, callback, errback)
  • cordova.plugins.PhotoLibrary.imageFromBase64(base64String, callback, errback)
  • cordova.plugins.PhotoLibrary.imageFromUrl(url, callback, errback)
  • cordova.plugins.PhotoLibrary.videofromUrl(url, callback, errback)

Readme

Keywords

none

Package Sidebar

Install

npm i cordova-photo-library-ios

Weekly Downloads

0

Version

0.2.0

License

none

Unpacked Size

7.53 kB

Total Files

7

Last publish

Collaborators

  • freemem