[cmd] enlarge

This commit is contained in:
derpystuff 2022-05-25 21:53:03 +02:00
parent bf7378a1f7
commit c02eda1b2a
3 changed files with 113 additions and 3 deletions

View file

@ -32,9 +32,13 @@ const Api = Object.freeze({
const Static = Object.freeze({
HOST: Hosts.emoji,
TWITTER: (codepoint) => {
return `twemoji-JedKxRr7RNYrgV9Sauy8EGAu/${codepoint}.png`
}
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
MICROSOFT: (codepoint) => { return `microsoft-ZzRAzYE6LgxVTrQ5rvL7nLyC/${codepoint}.png` },
EMOJIONE: (codepoint) => { return `emojione-XghVAypW8jttjFL2tQFb2z7n/${codepoint}.png` },
GOOGLE: (codepoint) => { return `google-tqzSNjYw8MVMYfSBLTLTFgmw/${codepoint}.png` },
BLOBS: (codepoint) => { return `blobs-KpDmEXYD3VTC2VT6PSQAc99y/${codepoint}.png` }
})
module.exports = {