init commit
This commit is contained in:
12
remotion/node_modules/@remotion/studio/dist/helpers/get-asset-metadata.d.ts
generated
vendored
Normal file
12
remotion/node_modules/@remotion/studio/dist/helpers/get-asset-metadata.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { CanvasContent } from 'remotion';
|
||||
import type { Dimensions } from './is-current-selected-still';
|
||||
export declare const remotion_outputsBase: string;
|
||||
export type AssetMetadata = {
|
||||
type: 'not-found';
|
||||
} | {
|
||||
type: 'found';
|
||||
size: number;
|
||||
dimensions: Dimensions | 'none' | null;
|
||||
fetchedAt: number;
|
||||
};
|
||||
export declare const getAssetMetadata: (canvasContent: CanvasContent, addTime: boolean) => Promise<AssetMetadata>;
|
||||
Reference in New Issue
Block a user