How can I import and use only part of a js file in Qwik?
is there a way to have a javascript file that you can import a small part of and then reference in your tsx code via an img tag or otherwise in Qwik? Here’s my js code and a way that worked in html.