You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support deterministic behavior for randomn layout and colors by configuring the `options.deterministic` field. This makes testing and creating fixed wordcloud views convenient.
9
+
- Expose Typescript types.
10
+
- Use various `d3-*` packages instead of importing `d3` entirely.
11
+
- Update `docz` and docs. Add Codesandbox examples.
12
+
- Move prettier rules from `.eslintrc.js` to `.prettierrc.js`. This supports better formatting in MDX files with VSCode.
@@ -71,22 +62,15 @@ Feel free to contribute by submitting a pull request.
71
62
72
63
## Wordcloud Generator
73
64
74
-
Create wordclouds using this wordcloud generator: https://chrisrzhou.github.io/wordcloud-generator/
65
+
Create wordclouds using this wordcloud generator: https://wordcloud-generator.netlify.com/
75
66
76
67
Features supported:
77
68
78
-
-Editing and uploading text inputs
69
+
-Edit and Upload text inputs
79
70
- Various NLP methods (stopwords, ngrams)
80
71
- Wordcloud configurations
81
72
- Export/save/share wordclouds
82
73
83
-
## TODOs
84
-
85
-
-[ ] Update dependencies and `docz`
86
-
-[ ] Expose types
87
-
-[ ] Update CHANGELOG
88
-
-[ ] Update `react-wordcloud-generator`
89
-
90
74
## Donate
91
75
92
76
My projects will always be (ads-)free. I constantly learn from the community, so these projects are a way of giving back to the community. If you liked this project or find it useful, feel free to buy me a cup of coffee ☕️ through a small donation!
0 commit comments