mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat(tools): 2.0 phase 5 wave 3a - video depth (22 tools) (#221)
This commit is contained in:
@@ -25,6 +25,10 @@ export const TOOL_SETTINGS_OVERRIDES: Record<string, unknown> = {
|
||||
"unlock-pdf": { password: "test123" },
|
||||
"watermark-pdf": { text: "CONFIDENTIAL" },
|
||||
"redact-pdf": { terms: ["test"] },
|
||||
"crop-video": { width: 32, height: 32 },
|
||||
"rotate-video": { transform: "cw90" },
|
||||
"resize-video": { preset: "720p" },
|
||||
"watermark-video": { text: "CONFIDENTIAL" },
|
||||
};
|
||||
|
||||
export function defaultSettingsFor(toolId: string): unknown {
|
||||
|
||||
Reference in New Issue
Block a user