Would be great if you guys make opencv.js compatible with [vitejs](https://vitejs.dev/) (which is insanely fast). I just created a blank project and just try to add it in the main.js file like so: ``` // src/main.js import { createApp, reactive } from 'vue' import App from './App.vue' import * as cv from 'opencv.js' const app = createApp(App); app.config.globalProperties.$cv = cv; app.mount('#app'); ``` browser shows this error:   thanks a lot