automated converting between gif and mp4 with single image convertion separated

This commit is contained in:
2022-02-14 01:11:09 +02:00
parent 2395866988
commit f25b7868d7
12 changed files with 423 additions and 48 deletions

View File

@@ -4,7 +4,12 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"convert:gif:gif": "node index gif:gif",
"convert:gif:mp4": "node index gif:mp4",
"convert:mp4:mp4": "node index mp4:mp4",
"convert:mp4:gif": "node index mp4:gif",
"convert:img": "node index img",
"help": "node index"
},
"author": "",
"license": "ISC",