jasondavies / d3-cloud

Create word clouds in JavaScript.
https://www.jasondavies.com/wordcloud/
Other
3.82k stars 1.08k forks source link

how to use in vue ? #156

Open angleneo opened 5 years ago

angleneo commented 5 years ago

i don't know how to require in. ( import d3Cloud from 'd3-cloud') ? and how to use in template ? TAT

4lp commented 4 years ago

I'm using import * as cloud from "d3-cloud"; to import the package in Vue