UNPKG

@dan-uni/dan-any

Version:

A danmaku transformer lib, supporting danmaku from different platforms.

9 lines (8 loc) 263 B
import type { Context } from '../types'; type ExtraInfo = Context; type Resolution = { playResX: number; playResY: number; }; declare const _default: ({ playResX, playResY }: Resolution, { filename, title }: ExtraInfo) => string; export default _default;