speedcontrol-util
TypeScript icon, indicating that this package has built-in type declarations

0.6.1 • Public • Published

speedcontrol-util

Node.js package with utilities to help you code NodeCG bundles that interface with the nodecg-speedcontrol bundle.

Install

$ npm install speedcontrol-util

Example

JavaScript

const SpeedcontrolUtil = require('speedcontrol-util');
module.exports = nodecg => {
  const sc = new SpeedcontrolUtil(nodecg);
  const activeRun = sc.runDataActiveRun; // instance of the replicant
};

TypeScript

import SpeedcontrolUtil from 'speedcontrol-util';
export = (nodecg: NodeCG) => {
  const sc = new SpeedcontrolUtil(nodecg);
  const activeRun = sc.runDataActiveRun; // instance of the replicant
};

Package Sidebar

Install

npm i speedcontrol-util

Weekly Downloads

8

Version

0.6.1

License

MIT

Unpacked Size

98.4 kB

Total Files

75

Last publish

Collaborators

  • zoton2