vmix-json-wrapper
v0.2.4
Published
Simple JSON wrapper for use with vMix HTTP API
Downloads
64
Readme
Simple JSON wrapper for vMix HTTP API
Usage
const vmix = new VMix({
apiUrl: 'http://localhost:8088/api/',
});
const inputs = await vmix.getAllInputs();