UNPKG

@drincs/pixi-vn

Version:

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

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