mattdesl / color-wander

:art: Generative artwork in node/browser based on a seeded random
http://color-wander.surge.sh/
1.62k stars 147 forks source link

Add ability to download image directly in browser #4

Open gillstrom opened 8 years ago

gillstrom commented 8 years ago

Adds a link to open the current canvas as base64 image which opens up the ability to save it.

inDream commented 8 years ago

canvas is already defined in browser.js line 9. You can use it directly without changing createRenderer.js.

gillstrom commented 8 years ago

Whoops, fixed it :)