UNPKG

@henteko/kumiki

Version:

A video generation tool that creates videos from JSON configurations

3 lines 176 B
import type { KumikiProject } from '../types/index.js'; export declare function parseProjectFile(filePath: string): Promise<KumikiProject>; //# sourceMappingURL=parser.d.ts.map