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've installed browser-image-compression in my project which is powered by vitepress and I can find 'browser-image-compression.js' in the path 'node-modules/browser-image-compression/dist/', why there is still a network request to 'https://cdn.jsdelivr.net/npm/[email protected]/dist/browser-image-compression.js'?
Here is how I import browser-image-compression:
<script setup >
import imageCompression from 'browser-image-compression';
</script>