UNPKG

@yotoplay/twee2yoto

Version:

Convert Twine/Twee JSON to Yoto format

15 lines 516 B
import { TweeJSON } from './types.js'; import { GeneratedAudio, TrackEvent, YotoJSON } from './types.js'; export declare function generateTracks(audios: GeneratedAudio[], format?: string): { key: string; title: string; type: string; format: string; trackUrl: string; events: Record<string, TrackEvent | undefined>; }[]; export declare function convertTweeToYoto(tweeJson: TweeJSON, options: { useTags: boolean; }): YotoJSON; export * from './types.js'; //# sourceMappingURL=index.d.ts.map