How should exif.js be introduced

problem description

how should I introduce it into my code after using npm install exif-js-- save to install local dependencies?

I try to use import EXIF from exif-js . I always report errors, but I don"t seem to use it that way.

Apr.07,2021

sb, which is the common way to introduce it: import EXIF from 'exif-js'; , it's okay to enclose exif-js in semicolons

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bd0f-2b628.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bd0f-2b628.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?