9 ms·
Hey, that’s my site! Thanks for checking it out!
by brysonreece 2y ago
Hey, that’s my site! Thanks for checking it out!
- codetrotter 2y agoThis is superb! I have a small tool with a web frontend, that I use a specific emoji to represent but I didn’t have a favicon yet, because if I used a PNG of an emoji that Apple made I’d be infringing on their copyright. Using SVG and having the browser and OS provide the rendering of the emoji is perfect for the favicon of my tool!
- netsharc 2y agoA quick search says it's possible to get the PNG data URL from a canvas. I wonder if it's viable to draw an emoji to a canvas, and extract the PNG out of it for the favicon. Would a lawyer go after "client-side copyright infringement"?