@ionic-native/camera
Advanced tools
Comparing version 3.1.0-alpha.3 to 3.1.0-rc.1
@@ -94,4 +94,8 @@ export interface CameraOptions { | ||
* | ||
* constructor(private camera: Camera) { } | ||
* | ||
* Camera.getPicture(options).then((imageData) => { | ||
* ... | ||
* | ||
* | ||
* this.camera.getPicture(options).then((imageData) => { | ||
* // imageData is either a base64 encoded string or a file URI | ||
@@ -98,0 +102,0 @@ * // If it's base64: |
@@ -23,4 +23,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
* | ||
* constructor(private camera: Camera) { } | ||
* | ||
* Camera.getPicture(options).then((imageData) => { | ||
* ... | ||
* | ||
* | ||
* this.camera.getPicture(options).then((imageData) => { | ||
* // imageData is either a base64 encoded string or a file URI | ||
@@ -27,0 +31,0 @@ * // If it's base64: |
{ | ||
"name": "@ionic-native/camera", | ||
"version": "3.1.0-alpha.3", | ||
"version": "3.1.0-rc.1", | ||
"description": "Ionic Native - Native plugins for ionic apps", | ||
@@ -10,3 +10,3 @@ "module": "index.js", | ||
"peerDependencies": { | ||
"@ionic-native/core": "3.1.0-alpha.3", | ||
"@ionic-native/core": "3.1.0-rc.1", | ||
"@angular/core": "2.2.1", | ||
@@ -13,0 +13,0 @@ "rxjs": "5.0.0-beta.12" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
13908
5
335
0
10