companion-module-utils
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

Module Utils for Bitfocus Companion Modules

This project provides utility functions to simplify some of the complex tasks that is common throughout many Companion modules, such as the generation of graphics in Feedbacks.

Features

  • Create simple button graphics for use in Bitfocus Companion modules
  • Stack multiple graphics together to create more complex images
  • A range of presets to simplify the use of common graphics
  • Minimal dependencies
  • Supports Companion 3.0 and newer

Installation

yarn add companion-module-utils
// ES6 Module or Typescript
import { graphics, presets } from 'comapnion-module-utils'

// Commonjs
const { graphics, presets } = require('companion-module-utils')

Documentation

License

Licensed under the MIT License

Readme

Keywords

Package Sidebar

Install

npm i companion-module-utils

Weekly Downloads

19

Version

0.4.0

License

MIT

Unpacked Size

1.14 MB

Total Files

38

Last publish

Collaborators

  • thedist