Closed xuhdev closed 2 years ago
People often need a local tool for generating word cloud. It would be awesome if a CLI tool is built upon d3-cloud.
Use jsdom and save the string of the generated SVG.
You can use the example in examples/node.js using the canvas package to generate word clouds without a browser.
examples/node.js
People often need a local tool for generating word cloud. It would be awesome if a CLI tool is built upon d3-cloud.