mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
[cmd] enlarge
This commit is contained in:
parent
bf7378a1f7
commit
c02eda1b2a
3 changed files with 113 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue