UNPKG
print-js-updated
Version:
latest (1.6.1)
1.6.1
1.6.0
A tiny javascript library to help printing from the web.
printjs.crabbly.com
crabbly/Print.js
print-js-updated
/
.babelrc
13 lines
(12 loc)
•
185 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"presets"
: [ [
"
@babel
/preset-env"
, {
"targets"
: {
"ie"
:
"8"
} } ] ] }