UNPKG

framo

Version:

Glorious media processing right in your browser with Typescript support

8 lines 402 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.extractFrames = void 0; const frame_extractor_service_1 = require("./services/frame-extractor.service"); const frameExtractorService = frame_extractor_service_1.FrameExtractorService.getInstance(); exports.extractFrames = frameExtractorService.extractFrames; //# sourceMappingURL=cli.js.map