UNPKG

print-js

Version:

A tiny javascript library to help printing from the web.

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