Files
Michael Fabian 'Xaymar' Dirks cdb4fc34ff v1.0.0: Minimum Viable Product
- Supports scaling, color conversion, format conversion, framerate conversion.
- Any number of distorted files compared to reference file.
- Custom resolution, framerate, format, etc.
- Multiple models and features supported.
2022-12-27 16:08:04 +01:00

43 lines
755 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "install",
"group": "build",
"problemMatcher": [],
"label": "npm: install",
"detail": "Install dependencies via NPM"
},
{
"type": "npm",
"script": "clean-install",
"group": "build",
"problemMatcher": [],
"label": "npm: clean-install",
"detail": "Install dependencies via NPM cleanly"
},
{
"type": "npm",
"script": "fix",
"group": "build",
"problemMatcher": [],
"label": "eslint: fix",
"detail": "Let ESLint fix things."
},
{
"type": "npm",
"script": "build",
"problemMatcher": [
"$eslint-stylish",
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
},
"label": "tsc: build"
}
]
}