UNPKG
@foxit/pay-layer
Version:
latest (0.1.1)
0.1.1
0.1.0
``` npm i @foxit/pay-layer -S ```
@foxit/pay-layer
/
dist
/
demo.html
11 lines
(7 loc)
•
204 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
npm_pay_layer demo
</
title
>
<
script
src
=
"./npm_pay_layer.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./npm_pay_layer.css"
>
<
script
>
console
.
log
(npm_pay_layer)
</
script
>