mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-06-05 07:29:56 +08:00
feat(video-library): implement video library processing and API integration
This commit is contained in:
@@ -16,6 +16,7 @@ export interface ProcessorTypeMeta {
|
||||
supported_exts: string[];
|
||||
config_schema: ProcessorTypeField[];
|
||||
produces_file: boolean;
|
||||
supports_directory?: boolean;
|
||||
module_path?: string | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user