Seek through frames given a timestamp. (#9)

* Add input slide to Frames component for seeking frames.

* 0.4.0
This commit is contained in:
Alfred Gutierrez
2020-12-23 22:27:33 -08:00
committed by GitHub
parent b7d25bacfa
commit 9c1a3f5ff1
4 changed files with 1644 additions and 1366 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "ffprobe-wasm",
"version": "0.3.0",
"version": "0.4.0",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
@@ -23,8 +23,7 @@
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"vue-template-compiler": "^2.6.11",
"hello": "file:../dist"
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,