UNPKG

electron-multi-monitor

Version:

Create multi monitor applications using web development

13 lines (12 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OtherMonitor = void 0; class OtherMonitor { constructor(window) { this.window = window; } get htmlRoot() { return this.window.document.body; } } exports.OtherMonitor = OtherMonitor;