raknes / vmix-json-wrapper

Simple JSON wrapper for vMix HTTP API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple JSON wrapper for vMix HTTP API

Usage

const vmix = new VMix({
  apiUrl: 'http://localhost:8088/api/',
});

const inputs = await vmix.getAllInputs();

About

Simple JSON wrapper for vMix HTTP API

License:MIT License


Languages

Language:TypeScript 95.0%Language:JavaScript 5.0%