UNPKG

@bookbox/view-html

Version:

Bookbox view for html

14 lines (13 loc) 272 B
import { gotoKey } from '../goto'; import { getCurrentPage } from '../navigation'; import { setTheme } from '../theme'; /** * global functions */ export function setGlobalActions() { window.bbx = { gotoKey, setTheme, getCurrentPage, }; }