@remotion/preload
Version:
Preloads assets for use in Remotion
6 lines (5 loc) • 306 B
TypeScript
/**
* @description Follows the redirects of a URL (most commonly a remote video or audio) until the final URL is resolved and returns that.
* @see [Documentation](https://www.remotion.dev/docs/preload/resolve-redirect)
*/
export declare const resolveRedirect: (videoOrAudio: string) => Promise<string>;