create-wordcloud
Generate word cloud images from text using QuickChart.io. Options include customizing size, format, colors, and font. Save the output as a file or retrieve a direct image URL.
Instructions
Create a word cloud using QuickChart.io - get word cloud image URL or save word cloud image to file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Whether to get word cloud URL or save as file | |
backgroundColor | No | Background color - rgb, hex, hsl, or color names | |
case | No | Word case transformation | |
cleanWords | No | Remove symbols and extra characters from words | |
colors | No | Array of color values for words | |
fontFamily | No | Font family to use for words | |
fontScale | No | Largest font size for most frequent words | |
fontWeight | No | Font weight (normal, bold, etc.) | |
format | No | Output format (default: svg) | |
height | No | Image height in pixels | |
language | No | Language code for stopword removal (e.g., 'en', 'es') | |
loadGoogleFonts | No | Google Fonts to load (comma-separated) | |
maxNumWords | No | Maximum number of words to display | |
minWordLength | No | Minimum word character length | |
outputPath | No | Path where to save the file (only used with action=save_file) | |
padding | No | Pixel spacing between words | |
removeStopwords | No | Remove common stopwords | |
rotation | No | Maximum word rotation angle in degrees | |
scale | No | Frequency scaling method | |
text | Yes | Input text for word cloud generation | |
useWordList | No | Treat input text as a list of words rather than sentences | |
width | No | Image width in pixels |