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/browser-image-compression@2.0.2/dist/browser-image-compression.js'?
Here is how I import browser-image-compression:
<script setup >
import imageCompression from 'browser-image-compression';
</script>
The text was updated successfully, but these errors were encountered:
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/browser-image-compression@2.0.2/dist/browser-image-compression.js'?
<script setup > import imageCompression from 'browser-image-compression'; </script>Here is how I import browser-image-compression:
The text was updated successfully, but these errors were encountered: