Package Exports
- react-d3-cloud
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-d3-cloud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-d3-cloud
A word cloud react component using d3-cloud
usage
npm install react-d3-cloudimport WordCloud from 'react-d3-cloud'
const data = {
word1: 100,
word2: 200,
}
<WordCloud data={data} />build
npm run buildTest
pre-install
sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++
npm installRun test
npm test