You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
typescript project
using pixi-js 5.0.3 and importing this way import * as PIXI from 'pixi.js'
I was getting an error where PointLike wasn't found and in the browser I get a compilation error where lights can't find the PIXI package.
The text was updated successfully, but these errors were encountered:
typescript project
using pixi-js 5.0.3 and importing this way
import * as PIXI from 'pixi.js'
I was getting an error where PointLike wasn't found and in the browser I get a compilation error where lights can't find the PIXI package.
The text was updated successfully, but these errors were encountered: