UNPKG

@calipsa/video-utils

Version:
14 lines 579 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const imageToStream_1 = __importDefault(require("./imageToStream")); exports.default = async (imageInputs, ffmpegInput) => { for (const imageInput of imageInputs) { // eslint-disable-next-line no-await-in-loop await (0, imageToStream_1.default)(imageInput, ffmpegInput); } ffmpegInput.end(); }; //# sourceMappingURL=streamImages.js.map