UNPKG

@drincs/pixi-vn

Version:

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

9 lines (7 loc) 342 B
/** * Function that setup the pixivn vite data. * This function should be called in the client side, after the RegisteredCharacters and RegisteredLabels are populated. * **Note:** This function only runs in development mode and does nothing in production. */ declare function setupPixivnViteData(): void; export { setupPixivnViteData };