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) 219 B
/// <reference types="node" /> /** * Converts an input buffer to a SubStation Alpha subtitle. */ export default function (config: IConfig, input: string | Buffer, done: (err: Error, subtitle?: string) => void): void;