Y
Hacker News
new
|
ask
|
show
|
jobs
by
rosstex
3505 days ago
What is this magic?
1 comments
jnpatel
3505 days ago
I didn't check the source, but rendering the <canvas> to a data URL, and using something like this [0] would work.
[0]:
http://stackoverflow.com/questions/5199902/isnt-it-silly-tha...
link
0x1d
3504 days ago
Yep, this is the strategy that I'm using. I export the canvas to data URL and place the data URL in the href attribute of the favicon <link>. I'm not sure if this works in every browser though.
link
[0]: http://stackoverflow.com/questions/5199902/isnt-it-silly-tha...