Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "vue-webcam", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "A Vue component for capturing image from webcam.", | ||
@@ -5,0 +5,0 @@ "main": "VueWebcam.js", |
@@ -0,1 +1,6 @@ | ||
// TODO: | ||
// 1. Enable mirror option | ||
// 2. Improve options handling | ||
// 3. Error handling | ||
const Vue = require('vue'); | ||
@@ -11,4 +16,3 @@ | ||
src: this.src, | ||
autoplay: this.autoplay, | ||
style: this.styleObject | ||
autoplay: this.autoplay | ||
} | ||
@@ -15,0 +19,0 @@ }); |
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
5289
103