cordova plugin add https://github.com/theREDspace/Springroll-Camera.git
After installation it is accessed by the global variable of springrollCamera
You can adjust these properties to fit your needs.
Callback function for all plugin errors.
By default this is null.
The storage limit of photos to keep before over writing the oldest.
By default the limit is 10.
Saves a base64 Image to the device's file system.
The callback receives the file system path on success.
Opens the device's camera and saves the photo to device storage.
The callback receives the file system path on success.
Takes a snapshot of the specified canvas html element based on element id.
The callback receives the file system path on success.
Callback receives the file path at the specified index.
Callback receives an array of all files in storage
Deletes file at specified index