UNPKG
air-bubble-cloud
Version:
latest (1.0.1)
1.0.1
1.0.0
气泡词云,通过传入数据,自动生成动态移动的气泡词云
air-bubble-cloud
/
demo.html
6 lines
(5 loc)
•
233 B
HTML
View Raw
1
2
3
4
5
6
<!doctype
html
>
<
meta
charset
=
"utf-8"
>
<
title
>
air-bubble-cloud demo
</
title
>
<
script
src
=
"./air-bubble-cloud.umd.js"
>
</
script
>
<
link
rel
=
"stylesheet"
href
=
"./air-bubble-cloud.css"
>
<
script
>
console
.
log
(
"air-bubble-cloud"
)
</
script
>