Is there a way to import a JS File into the Wix backend?

I want to import a JS File, from my computer to Wix Backend.

Hi,

At the moment it is not possible to import a JS file into Wix Code.
As an alternative you can copy and paste the file contents into a backend file.

Feel free to post your request in our Feature Request forum

Thank you for answering my question. One more thing Ido, do you have a idea how to put a QR Code generator into a Wix website?

Hi geovel,

You can try looking for QR generators with REST API (such as this ) and use ’ wix-fetch ’ for making the requests.

Liran.