UNPKG

@drincs/pixi-vn

Version:

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

8 lines (6 loc) 179 B
/** * is a string that represents a ticker id. * It is used to GameWindowManager.tickers to get the ticker class. */ type TickerIdType = string; export type { TickerIdType };