skip to Main Content

Javascript – How to import and use minified local script in react

I am trying to import Browserprint script that i have downloaded locally inside src/resources // eslint-disable-next-line import/extensions import "../Resources/BrowserPrint-Zebra-1.1.250.min.js"; //eslint-disable-next-line import/extensions import "../Resources/BrowserPrint-3.1.250.min.js"; Then i am just trying to do a simple console log to check if the library is…

VIEW QUESTION
Back To Top
Search