mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(tools)!: SnapOtter 2.0 phase 4 wave 1: 45 core tools across all modalities (#219)
This commit is contained in:
@@ -15,6 +15,9 @@ export const TOOL_SETTINGS_OVERRIDES: Record<string, unknown> = {
|
||||
"watermark-text": { text: "Test" },
|
||||
"text-overlay": { text: "Test" },
|
||||
"passport-photo": { countryCode: "us" },
|
||||
"trim-video": { startS: 0, endS: 5 },
|
||||
"trim-audio": { startS: 0, endS: 5 },
|
||||
"split-pdf": { mode: "range", range: "1" },
|
||||
};
|
||||
|
||||
export function defaultSettingsFor(toolId: string): unknown {
|
||||
|
||||
Reference in New Issue
Block a user