UNPKG

@dan-uni/dan-any

Version:

A danmaku transformer lib, supporting danmaku from different platforms.

5 lines (4 loc) 270 B
import type { UniPool } from '../..'; import type { Context, SubtitleStyle } from '../types'; import type { RawConfig } from './raw'; export declare const ass: (list: UniPool, rawList: UniPool, config: SubtitleStyle, context?: Context, rawConfig?: RawConfig) => string;