UNPKG
rith-print-js-updated
Version:
latest (1.6.2)
1.6.2
1.6.1
1.6.0
A tiny javascript library to help printing from the web.
printjs.crabbly.com
crabbly/Print.js
rith-print-js-updated
/
src
/
index.js
11 lines
(7 loc)
•
186 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
'./sass/index.scss'
import
print
from
'./js/init'
const
printJS = print.
init
if
(
typeof
window
!==
'undefined'
) {
window
.
printJS
= printJS }
export
default
printJS