UNPKG

@drincs/pixi-vn

Version:

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

13 lines (11 loc) 179 B
type PauseType = { /** * The type of the value */ type: "pause"; /** * Duration in seconds */ duration: number; }; export type { PauseType };