https://github.com/nanxstats/wordcloud
☁️ Word cloud generator with sensible defaults
https://github.com/nanxstats/wordcloud
wordcloud wordcloud-generator wordcloud-visualization
Last synced: 3 months ago
JSON representation
☁️ Word cloud generator with sensible defaults
- Host: GitHub
- URL: https://github.com/nanxstats/wordcloud
- Owner: nanxstats
- Created: 2023-02-20T22:42:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-10T19:48:19.000Z (over 1 year ago)
- Last Synced: 2025-07-14T06:36:58.695Z (3 months ago)
- Topics: wordcloud, wordcloud-generator, wordcloud-visualization
- Language: JavaScript
- Homepage: https://nanx.me/wordcloud/
- Size: 315 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Word cloud generator enhanced
A fork of for generating word cloud visualizations.
Blog post:
## Changelog
User-visible changes:
- Add color palette selection feature, offering color palettes from
- Tableau
- Viridis
- ColorBrewer
- ggplot2
- D3
- Okabe-Ito
- Gephi
- FlatUI
- Update the default word cloud typeface from Impact to a font based on user's operating system.
- macOS: Avenir Next Condensed
- Windows: Franklin Gothic Medium
- Linux: Liberation Sans
- Update the default values for graphical parameter inputs:
- `angle-count`: from 5 to 2.
- `angle-from`: from -60 to -90.
- `angle-to`: from 60 to 0.
- Use native font stack for the UI.Other quality of life changes:
- Refactor HTML UI with Bootstrap 5.
- Apply Tailwind CSS look and feel for UI components.
- Fix HTML structure, isolate inline CSS styles into a separate file.
- Refactor the SVG download feature with pure client-side solution.
- Upgrade d3 version to 3.5.17.
- Remove Google Ads.