UNPKG

vtally

Version:

An affordable and reliable Tally Light that works via WiFi based on NodeMCU / ESP8266. Supports multiple video mixers.

7 lines (6 loc) 181 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function uniqueId() { return Math.random().toString(36).substr(2, 9); } exports.default = uniqueId;