anvaka / common-words

visualization of common words in different programming languages
https://anvaka.github.io/common-words
MIT License
505 stars 27 forks source link

Export SVG?... #6

Closed ashald closed 7 years ago

ashald commented 7 years ago

Amazing work! Thank you!

I enjoy it so much that I'd like to make a print for some languages and put it on the walls in my apartments. You mentioned that word clouds are rendered as SVG so it sounds like it's possible to print it in arbitrary size. Is there is a way to export the SVG from the page?

anvaka commented 7 years ago

Added a function to export svg. Open developer console and type

exportSVG()

It should save the file: export_svg

You can also pass the dimensions of the SVG if you wish:

exportSVG(2048, 2048)
ashald commented 7 years ago

HUGE thanks! 👍