init commit
This commit is contained in:
9
remotion/node_modules/@remotion/media-parser/dist/state/images.d.ts
generated
vendored
Normal file
9
remotion/node_modules/@remotion/media-parser/dist/state/images.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export type MediaParserEmbeddedImage = {
|
||||
description: string | null;
|
||||
mimeType: string | null;
|
||||
data: Uint8Array;
|
||||
};
|
||||
export declare const imagesState: () => {
|
||||
images: MediaParserEmbeddedImage[];
|
||||
addImage: (image: MediaParserEmbeddedImage) => void;
|
||||
};
|
||||
Reference in New Issue
Block a user