Socket
Book a DemoInstallSign in
Socket

@makepro-x/makehaus-lib

Package Overview
Dependencies
Maintainers
0
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@makepro-x/makehaus-lib

MakeHaus library required by Glue and node-red-contrib-makehaus

2.0.4
latest
npmnpm
Version published
Maintainers
0
Created
Source

makehaus-lib

MakeHaus library required by Glue and node-red-contrib-makehaus.

Notes

  • For StreamDeck Support you must have @fortawesome/fontawesome-pro installed. It is not listed as a peer dependency / optional dependency as it is a paid package and the installation still would fail if it was listed as such and could not be found.
  • A note about colors:
    • Colors for RGB LED Buttons are processed as hsl. All methods and properties take that formatted as a single 32-bit unsigned integer which can be computed as follows:
      • Bytes 0-1: 16-bit Hue (0-65535)
      • Byte 2: 8-bit Saturation (0-255)
      • Byte 3: 8-bit Lightness (0-255)
    • You can use the hsl(hue, saturation, lightness) method to convert a color to this format
      • hue: 0 - 360
      • saturation: 0 - 1
      • lightness: 0 - 1
      • To get the vivid, purest color, use a saturation of 1 and a lightness of 0.5 (defaults)
    • There are also lots of colors predefined in the COLORS constant.

Keywords

audio

FAQs

Package last updated on 09 Jul 2024

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.