UNPKG

print-js

Version:

A tiny javascript library to help printing from the web.

10 lines (6 loc) 149 B
import print from './js/init' const printjs = print.init if (typeof window !== 'undefined') { window.printJS = printjs } export default printjs