UNPKG

@mixer/interactive-node

Version:

A NodeJS and Browser compatible client for mixer.com's interactive 2 Protocol

23 lines 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Offers constant information values to use in an application. */ exports.gridLayoutSizes = Object.freeze([ { size: 'large', width: 80, height: 20, }, { size: 'medium', width: 45, height: 25, }, { size: 'small', width: 30, height: 40, }, ]); //# sourceMappingURL=constants.js.map