UNPKG

rith-print-js-updated

Version:

A tiny javascript library to help printing from the web.

11 lines (7 loc) 186 B
import './sass/index.scss' import print from './js/init' const printJS = print.init if (typeof window !== 'undefined') { window.printJS = printJS } export default printJS