ack-angular-webcam
Advanced tools
Comparing version
{ | ||
"name": "ack-angular-webcam", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "Angular2 webcam component. Based on MediaDevices and getUserMedia.js ", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -18,2 +18,3 @@ # ack-angular-webcam | ||
- [Locally-Test](#locally-test) | ||
- [WoRk On ThIs PaCkAgE](#work-on-this-package) | ||
- [Credits](#credits) | ||
@@ -176,2 +177,14 @@ - [Spec References](#spec-references) | ||
## WoRk On ThIs PaCkAgE | ||
Nobodies perfect | ||
> Source files are on not the default github branch | ||
- [Source files here](https://github.com/AckerApple/ack-angular-webcam/tree/master) | ||
### Process to pull request | ||
- Make changes in master branch | ||
- Change package version number based on impact of change 0.0.0 | ||
- npm run build | ||
## Credits | ||
@@ -178,0 +191,0 @@ - [pre-fork package credits](https://github.com/addyosmani/getUserMedia.js#credits) |
@@ -227,3 +227,3 @@ "use strict"; | ||
this.observer.disconnect(); | ||
window.removeEventListener(this.onResize); | ||
window.removeEventListener('resize', this.onResize); | ||
var vid = this.getVideoElm(); | ||
@@ -230,0 +230,0 @@ if (vid && vid.pause) { |
Sorry, the diff of this file is not supported yet
73006
0.55%197
7.07%