UNPKG

crunchy

Version:

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

6 lines (5 loc) 209 B
/// <reference types="node" /> /** * Converts an input buffer to a SubRip subtitle. */ export default function (config: IConfig, input: Buffer | string, done: (err: Error, subtitle?: string) => void): void;