This is a simple Next.js app that demonstrates the features of @isoterik/react-word-cloud package.
- Clone this repository.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server. - Open your browser and navigate to
http://localhost:3000
. - Enjoy!
- Use the text area to input the text you want to generate a word cloud from.
- Click the "Generate Word Cloud" button to generate the word cloud.
- Use the sliders to adjust the word cloud settings.
- Click one of the "Download Word Cloud" buttons to download the word cloud in SVG or PNG format.