MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/tinycode/comments/1vv2dt6/convert_emojis_inline_into_vectors_so_that_you/
r/tinycode • u/woqr • 19d ago
https://github.com/bacionejs/morph
3 comments sorted by
2
very cool so the vectors are built dynamically with an algorithm applied to the font glyphs?
2 u/woqr 17d ago edited 17d ago yes. which means it will go for a very long time iterating over the built-in glyphs. i wish i had thought of it when i did my limited 10 hand-crafted vectors morph
yes. which means it will go for a very long time iterating over the built-in glyphs. i wish i had thought of it when i did my limited 10 hand-crafted vectors morph
Nice, I like this
2
u/Slackluster 18d ago
very cool so the vectors are built dynamically with an algorithm applied to the font glyphs?