magic_cloud icon indicating copy to clipboard operation
magic_cloud copied to clipboard

How show word cloud in rails view

Open ritesh-indexnine opened this issue 5 years ago • 1 comments

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

ritesh-indexnine avatar Apr 23 '20 12:04 ritesh-indexnine

You just generate image and store it in public folder for example and then use regular image_tag

EnotPoloskun avatar Jun 20 '22 19:06 EnotPoloskun