mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 18:26:17 +00:00
feat(cli): add agent-first media treatment tools
This commit is contained in:
@@ -152,6 +152,8 @@ const commandLoaders = {
|
||||
events: () => import("./commands/events.js").then((m) => m.default),
|
||||
validate: () => import("./commands/validate.js").then((m) => m.default),
|
||||
snapshot: () => import("./commands/snapshot.js").then((m) => m.default),
|
||||
"media-treatment": () =>
|
||||
import("./commands/media-treatment.js").then((m) => m.mediaTreatmentCommand),
|
||||
"grade-compare": () => import("./commands/grade-compare.js").then((m) => m.default),
|
||||
compare: () => import("./commands/compare.js").then((m) => m.default),
|
||||
capture: () => import("./commands/capture.js").then((m) => m.default),
|
||||
|
||||
Reference in New Issue
Block a user