Update Frames component to use ffprobe-worker.

This commit is contained in:
Alf
2020-12-21 23:26:31 -08:00
parent 60cb243a42
commit 16d930c36e
4 changed files with 100 additions and 64 deletions

View File

@@ -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