forked from forks/ffprobe-wasm
Update Frames component to use ffprobe-worker.
This commit is contained in:
@@ -5,6 +5,9 @@ import App from './App.vue'
|
||||
import 'bootstrap/dist/css/bootstrap.css';
|
||||
import 'bootstrap-vue/dist/bootstrap-vue.css';
|
||||
|
||||
const worker = new Worker('ffprobe-worker.js');
|
||||
Vue.prototype.$worker = worker;
|
||||
|
||||
Vue.use(BootstrapVue);
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Reference in New Issue
Block a user