UNPKG

@bookbox/view-html

Version:

Bookbox view for html

7 lines (6 loc) 168 B
import { htmlBook } from "../dynamicCss"; import { setGlobalActions } from "./globalActions"; export function browserInit() { setGlobalActions(); htmlBook(); }