Init commit

This commit is contained in:
Jerome Wu
2019-10-20 22:37:37 +08:00
commit a1334c60f3
15 changed files with 160 additions and 0 deletions

13
package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "@ffmpeg/ffmpeg",
"version": "0.1.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@ffmpeg/core": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@ffmpeg/core/-/core-0.1.0.tgz",
"integrity": "sha512-a4/HokRytKFJDW+RVvuf22rUzjNgXZKhlF6FIVBcLACIDcCEQZ0uCUC+5DZb+xprCvdMyXm0wy90uoYLRTq+LA=="
}
}
}