0.6.1 • Published 1 year ago

speedcontrol-util v0.6.1

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

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
};
0.6.1

1 year ago

0.6.0

1 year ago

0.6.0-RC7

2 years ago

0.6.0-RC6

2 years ago

0.6.0-RC5

2 years ago

0.6.0-RC4

3 years ago

0.6.0-RC3

3 years ago

0.6.0-RC2

3 years ago

0.6.0-RC1

3 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago