UNPKG

@drincs/pixi-vn

Version:

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

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