glasnt / emojificate

🙃 Turn text with emoji into text with accessible emoji
BSD 3-Clause "New" or "Revised" License
65 stars 8 forks source link

Allow custom CDNs for twemoji #17

Open glasnt opened 1 year ago

glasnt commented 1 year ago

With #16, it makes sense not to hardcode a CDN (provided the image schema stays the same).

Follow up on https://github.com/twitter/twemoji/issues/580 for where they land

mahtoid commented 1 year ago

There is an "official" fork: https://github.com/jdecked/twemoji Which uses jsDelivr allowing latest, base: https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/

Examples (same as prior, just new base): https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/72x72/1f60a.png https://cdn.jsdelivr.net/gh/jdecked/twemoji@latest/assets/svg/1f60a.svg


I've published an official fork of Twemoji at @twemoji/api on NPM, starting at v14.1.0. The default CDN is jsDelivr, so this issue (https://github.com/twitter/twemoji/issues/580) is resolved

jdecked's full comment https://github.com/twitter/twemoji/issues/580#issuecomment-1380933650


This issue https://github.com/twitter/twemoji/issues/580#issuecomment-1380933650 and the new module is called @twemoji/api and it's already available on npm.

I am closing this issue as no more work will be done in this repository around this library, or better ... nobody that doesn't work @ Twitter would likely do anything in here to change the current state.

WebReflection's full comment https://github.com/twitter/twemoji/issues/580#issuecomment-1382067118


Seems like no more development on the main repository? 🤔