UNPKG

@drincs/pixi-vn

Version:

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

13 lines (9 loc) 278 B
import * as bundler from 'pixi.js'; export * from 'pixi.js'; declare global { const __VITE__: boolean | undefined; const __ROLLUP_PLUGIN__: boolean | undefined; const __webpack_require__: unknown; } declare const impl: typeof bundler; export { impl as default };