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
I'm using this library through CDN since my app is based on pure JavaScript (no node.js)
I'm having problem where I cannot get the global variable that I can access to your library.
Can you teach me how to do it?
below is the code that I'm using
Hello,
I'm using this library through CDN since my app is based on pure JavaScript (no node.js)
I'm having problem where I cannot get the global variable that I can access to your library.
Can you teach me how to do it?
below is the code that I'm using
`<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/heic-to.min.js "></script>
<script> // none of this works console.log(heicTo) console.log(HEICTo) console.log(heic-to) console.log(heic) </script>`
thanks!
The text was updated successfully, but these errors were encountered: