In a non Vue3 application this works as expected I am using the Quasarjs framework which runs Vue
<script type='module'>
import * as Magick from 'https://knicknic.github.io/wasm-imagemagick/magickApi.js';
Magick.whatever()
</script>
How do I get that to work inside a Vue component?
I need it to be a cdn and not a reference to an npm module