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
This was working fine in my Angular 10 project using: import * as PImage from "pureimage"
Actual Behaviour
In Angular 16 I get the following error However the package actually works as expected. export 'make' (imported as 'PImage') was not found in 'pureimage' (module has no exports)
Steps To Reproduce
npm i pureimage import * as PImage from "pureimage" const img1: Bitmap = PImage.make(imgFrameWidth, imgFrameHeight, null);