Working with Wordclouds
This actually turned out to be rather straight forward
A library exists to do what we want
So we just get some text
Get an image and font face
https://fonts.google.com/specimen/East+Sea+Dokdo#standard-styles
Lets createa visualization function to do everything we could possibly want
create an array mask of the image
and.... GO!
Animating the SVG would be cool. But tricky. Animate the words within the svg?
Maybe next time.
For now, here are some miscellaneous notes on how to read files and do stuff with em. Like removing stop words.