magic_cloud
magic_cloud copied to clipboard
How show word cloud in rails view
Could you please show example how to render/show word cloud in rails view?
Also trying to generate from command line i.e. magic_cloud --textfile README.md -f test.png --rotate free --scale log giving an error [DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead
You just generate image and store it in public folder for example and then use regular image_tag