fluent emoji, apple emoji

This commit is contained in:
derpystuff 2022-07-17 17:11:17 +02:00
parent 295111f042
commit aa5a4cdfbe
2 changed files with 14 additions and 5 deletions

View file

@ -53,8 +53,8 @@ const Static = Object.freeze({
HOST: Hosts.emoji,
TWITTER: (codepoint) => { return `twemoji-JedKxRr7RNYrgV9Sauy8EGAu/${codepoint}.png` },
FLUENT: (codepoint) => { return `fluent-6vbne6euaxy2y9f98iub2xtr/${codepoint}.png` },
//APPLE: (codepoint) => { return `twemoji-JedKxRr7RNYrgV9Sauy8EGAu/${codepoint}.png` }, // TODO: host these in-house
FLUENT: (codepoint) => { return `` },
APPLE: (codepoint) => { return `` },
MICROSOFT: (codepoint) => { return `microsoft-ZzRAzYE6LgxVTrQ5rvL7nLyC/${codepoint}.png` },
EMOJIONE: (codepoint) => { return `emojione-XghVAypW8jttjFL2tQFb2z7n/${codepoint}.png` },
GOOGLE: (codepoint) => { return `google-tqzSNjYw8MVMYfSBLTLTFgmw/${codepoint}.png` },