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
By using npm install, I obtained a ts file and a js file.
I tried using the following code in my ts file import { calculateSize } from 'calculate-size';
but there is no exported module of such. How do I use this exactly? Size does not work either.
The text was updated successfully, but these errors were encountered:
By using npm install, I obtained a ts file and a js file.
I tried using the following code in my ts file
import { calculateSize } from 'calculate-size';
but there is no exported module of such. How do I use this exactly?
Size
does not work either.The text was updated successfully, but these errors were encountered: