UNPKG

@drincs/pixi-vn

Version:

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

9 lines (7 loc) 149 B
/** * Interface for the canvas base memory */ interface ICanvasBaseMemory { pixivnId: string; } export type { ICanvasBaseMemory as default };