UNPKG

native-canvas

Version:

A canvas library allows for a HTML canvas to run natively on NodeJs, without a WebBrowser

7 lines 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var sdl_window_1 = require("./sdl-window"); function createSdlWindow(options) { return new sdl_window_1.SdlWindow(options); } //# sourceMappingURL=index.js.map