Could you please add an example for loading `libheif` and `libheif-web` from a CDN like JSDELIVR? I mean without the need to add `libheif.min.js` to the project assets... - https://www.jsdelivr.com/package/npm/libheif-web - https://www.jsdelivr.com/package/npm/libheif-js I managed to load `libheif` as a regular script like this and tested the library and everything works fine: ``` <script src="https://cdn.jsdelivr.net/npm/libheif-js@1/libheif/libheif.min.js"></script> <script>window.libheif = libheif()</script> ``` Also check: https://github.com/catdad-experiments/libheif-js/issues/38