UNPKG

@drincs/pixi-vn

Version:

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

9 lines (6 loc) 252 B
import { AllFederatedEventMap } from 'pixi.js'; /** * CanvasEventNamesType is a type that is used to define the event names for the canvas. */ type CanvasEventNamesType = keyof AllFederatedEventMap; export type { CanvasEventNamesType as default };