UNPKG

crunchy

Version:

Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.

5 lines (4 loc) 248 B
/** * Merges the subtitle and video files into a Matroska Multimedia Container. */ export default function (config: IConfig, isSubtitled: boolean, videoFileExtention: string, filePath: string, verbose: boolean, done: (err: Error) => void): void;