Socket
Socket
Sign inDemoInstall

node-red-contrib-browser-utils

Package Overview
Dependencies
38
Maintainers
5
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-browser-utils

A collection of Node-RED nodes for browser interaction


Version published
Weekly downloads
8.7K
increased by80%
Maintainers
5
Install size
1.36 MB
Created
Weekly downloads
 

Readme

Source

Node-RED Contrib Browser Utils

Node-RED nodes for browser functionality such as file upload, camera & microphone.

Install

Run the following command in the root directory of your Node-RED install:

npm install node-red-contrib-browser-utils

Usage

Camera

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.

The camera node has a 2000ms delay to prevent slow camera driver startup causing an issue in some browsers.

Microphone

The browser starts recording after the button next to the node is clicked and stops it when the button is clicked again. The node outputs it as a WAV buffer.

File upload

The node accepts a file to be uploaded and outputs it as a buffer.

Contributing

For simple typos and fixes please just raise an issue pointing out our mistakes. If you need to raise a pull request please read our contribution guidelines before doing so.

Copyright 2014, 2016, 2019 IBM Corp. under the Apache 2.0 license.

Keywords

FAQs

Last updated on 23 Sep 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc