Commit 12b4fe17 authored by Jerome Wu's avatar Jerome Wu

Init wasm tests folder

parent 4f10e6bf
......@@ -37,6 +37,4 @@
/src
/mapfile
/tools/python/__pycache__/
/wasm/cache
/wasm/dist
/build
*.mp4
/node_modules
/dist
/cache
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "@ffmpeg/core",
"version": "0.8.0",
"description": "ffmpeg.wasm core",
"main": "dist/ffmpeg-core.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ffmpegwasm/FFmpeg.git"
},
"keywords": [
"ffmpeg",
"webassembly",
"video",
"audio",
"transcode"
],
"author": "jeromewus@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/ffmpegwasm/FFmpeg/issues"
},
"homepage": "https://github.com/ffmpegwasm/FFmpeg#readme",
"devDependencies": {
"jest": "^26.4.2"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment