UNPKG

@dan-uni/dan-any

Version:

A danmaku transformer lib, supporting danmaku from different platforms.

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