SebastianAigner/twemoji-amazing

Missing svgs

eivholt opened this issue · 4 comments

@SebastianAigner I think you can fix this by using twitter/twemoji's GitHub as the source for the svg files via jsdeliver like this:

https://cdn.jsdelivr.net/gh/twitter/twemoji@master/assets/svg/CODE.svg

For example this one is missing:

https://cdn.jsdelivr.net/npm/twemoji@11.3.0/2/svg/1fa99.svg

But it can be found here:

https://cdn.jsdelivr.net/gh/twitter/twemoji@master/assets/svg/1fa99.svg

Fixed in https://github.com/SebastianAigner/twemoji-amazing/releases/tag/v1.2.0 – I've also patched version 1.1 to point to the new CDN, since there's no point in keeping around broken links in CSS. Thanks for the report! 🎉

Thanks, will test!

Just for versioning purposes, I’ve elected to unpublish 1.2, since it’s really just a fix for 1.1, so anybody depending on 1.1 will undoubtedly want the new version — just so that we’re not getting into multiple releases with the same contents if this situation should repeat in the future 😄 tldr; just use 1.1 for the fix!