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.
This commit is contained in:
+3
-2
@@ -79,15 +79,16 @@
|
||||
"property"
|
||||
],
|
||||
"no-undef": "warn",
|
||||
"no-empty": "warn",
|
||||
"no-empty": "off",
|
||||
"no-prototype-builtins": "warn",
|
||||
"no-unreachable": "warn",
|
||||
"valid-typeof": "warn",
|
||||
"vars-on-top": "warn",
|
||||
"@typescript-eslint/ban-ts-comment": "off",
|
||||
"@typescript-eslint/no-inferrable-types": "off",
|
||||
"@typescript-eslint/no-namespace": "off",
|
||||
"@typescript-eslint/no-explicit-any": "off",
|
||||
"@typescript-eslint/no-empty-function": "warn",
|
||||
"@typescript-eslint/no-empty-function": "off",
|
||||
"no-debugger": "warn"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user