cuire / pixi-viewport-forked

A highly configurable viewport/2D camera designed to work with pixi.js

Home Page:https://davidfig.github.io/pixi-viewport/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble with sveltekit build

cuire opened this issue · comments

commented

SyntaxError: Named export 'Viewport' not found. The requested module 'pixi-viewport' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:

import pkg from 'pixi-viewport';
const { Viewport } = pkg;