UNPKG

@bookbox/view-html

Version:

Bookbox view for html

11 lines (10 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.browserInit = void 0; const dynamicCss_1 = require("../dynamicCss"); const globalActions_1 = require("./globalActions"); function browserInit() { (0, globalActions_1.setGlobalActions)(); (0, dynamicCss_1.htmlBook)(); } exports.browserInit = browserInit;