twitter / twemoji

Emoji for everyone. https://twemoji.twitter.com/
MIT License
16.87k stars 1.85k forks source link

twemoji is not able to load data so the entire website is slowed down #651

Open khalifarsm opened 2 months ago

khalifarsm commented 2 months ago

image this is really slowing down the website

Crissov commented 2 months ago

from #580:

all you need to do is to pass a different base that points to another end point with all assets in place

twemoji.parse(
  document.body,
  { base: 'https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/' }
)