0.6.1 • Published 2 years ago
speedcontrol-util v0.6.1
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
2 years ago
0.6.0
2 years ago
0.6.0-RC7
3 years ago
0.6.0-RC6
4 years ago
0.6.0-RC5
4 years ago
0.6.0-RC4
4 years ago
0.6.0-RC3
4 years ago
0.6.0-RC2
4 years ago
0.6.0-RC1
4 years ago
0.5.1
5 years ago
0.5.0
5 years ago
0.4.1
5 years ago
0.4.0
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.0
6 years ago
0.1.0
6 years ago