Refactor to remove IDBFS & NODEFS, use Transferable to handle large files
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"lint": "eslint src",
|
||||
"wait": "rimraf dist && wait-on http://localhost:3000/dist/ffmpeg.dev.js",
|
||||
"test": "npm-run-all -p -r start test:all",
|
||||
"test:all": "npm-run-all wait test:node:all",
|
||||
"test:all": "npm-run-all wait test:browser:ffmpeg test:node:all",
|
||||
"test:node": "nyc mocha --exit --bail --require ./scripts/test-helper.js",
|
||||
"test:node:all": "npm run test:node -- ./tests/*.test.js",
|
||||
"test:browser": "mocha-headless-chrome -a incognito -a no-sandbox -a disable-setuid-sandbox -a disable-logging -t 300000",
|
||||
@@ -38,7 +38,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/ffmpegjs/ffmpeg.js#readme",
|
||||
"dependencies": {
|
||||
"@ffmpeg/core": "^0.5.0",
|
||||
"@ffmpeg/core": "^0.4.0",
|
||||
"idb": "^4.0.5",
|
||||
"is-electron": "^2.2.0",
|
||||
"is-url": "^1.2.4",
|
||||
|
||||
Reference in New Issue
Block a user