MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / getGIFTranscodeDomain

Function getGIFTranscodeDomain

src/helpers/giftranscode.ts:6–7  ·  view source on GitHub ↗
(twitterId: string)

Source from the content-addressed store, hash-verified

4import { getGIFTranscodeDomain as getGIFTranscodeDomainCore } from '@fxembed/atmosphere/helpers';
5
6export const getGIFTranscodeDomain = (twitterId: string): string | null =>
7 getGIFTranscodeDomainCore(twitterId, Constants.GIF_TRANSCODE_DOMAIN_LIST);
8
9export const shouldTranscodeGif = (c: Context) => {
10 return (

Callers 1

renderVideoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected