init commit
This commit is contained in:
14
remotion/node_modules/@remotion/media-parser/dist/state/images.js
generated
vendored
Normal file
14
remotion/node_modules/@remotion/media-parser/dist/state/images.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.imagesState = void 0;
|
||||
const imagesState = () => {
|
||||
const images = [];
|
||||
const addImage = (image) => {
|
||||
images.push(image);
|
||||
};
|
||||
return {
|
||||
images,
|
||||
addImage,
|
||||
};
|
||||
};
|
||||
exports.imagesState = imagesState;
|
||||
Reference in New Issue
Block a user