node-red-contrib-browser-utils
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "node-red-contrib-browser-utils", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A collection of Node-RED nodes for browser interaction", | ||
@@ -38,2 +38,6 @@ "dependencies": { | ||
"email": "annat21@live.co.uk" | ||
}, | ||
{ | ||
"name": "Soheel Chughtai", | ||
"email": "soheel_chughtai@uk.ibm.com" | ||
} | ||
@@ -40,0 +44,0 @@ ], |
@@ -16,3 +16,3 @@ # Node-RED Contrib Browser Utils | ||
The browser takes a picture with the default camera when the button next to the node is clicked. The node outputs it as a JPEG buffer. | ||
The browser takes a picture with the default camera when the button next to the node is clicked. The node outputs it as a PNG buffer. | ||
@@ -38,2 +38,2 @@ The `camera` node has a 2000ms delay to prevent slow camera driver startup causing an issue in some browsers. | ||
Copyright 2014, 2016 IBM Corp. under the Apache 2.0 license. | ||
Copyright 2014, 2016, 2019 IBM Corp. under the Apache 2.0 license. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
43110