UNPKG
is-page-view
Version:
latest (1.0.1)
1.0.1
## Project setup ``` npm install ```
is-page-view
/
lib
/
demo.html
11 lines
(7 loc)
•
188 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<
meta
charset
=
"utf-8"
>
<
title
>
page-view demo
</
title
>
<
script
src
=
"./page-view.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./page-view.css"
>
<
script
>
console
.
log
(page-view)
</
script
>