UNPKG

@drincs/pixi-vn-json

Version:

Pixi'VN can be integrated with JSON files to create a visual novel.

10 lines (8 loc) 224 B
type PixiVNJsonInputRequest = { type: "input"; operationType: "request"; valueType?: string; defaultValue?: any; }; type PixiVNJsonInput = PixiVNJsonInputRequest; export type { PixiVNJsonInput as default };