UNPKG

@drincs/pixi-vn

Version:

Pixi'VN is a npm package that provides various features for creating visual novels.

13 lines (11 loc) 227 B
type PauseTickerType = { /** * Ticker ids excluded */ tickerIdsExcluded?: string[]; /** * Ticker ids included */ tickerIdsIncluded?: string[]; }; export type { PauseTickerType as default };