UNPKG
ybg-screen-shot
Version:
latest (1.0.0)
1.0.0
web端自定义截屏插件(原生JS版)
github.com/likaia/js-screen-shot
likaia/js-screen-shot
ybg-screen-shot
/
dist
/
demo.html
9 lines
(6 loc)
•
161 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
<
meta
charset
=
"utf-8"
>
<
title
>
screenShotPlugin demo
</
title
>
<
script
src
=
"./screenShotPlugin.umd.js"
>
</
script
>
<
script
>
console
.
log
(screenShotPlugin)
</
script
>