mirror of
https://github.com/ashim-hq/ashim
synced 2026-04-21 13:37:52 +00:00
feat: register stitch route in API tool registry
This commit is contained in:
parent
171646886f
commit
66520cdd0e
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ import { registerResize } from "./resize.js";
|
|||
import { registerRotate } from "./rotate.js";
|
||||
import { registerSmartCrop } from "./smart-crop.js";
|
||||
import { registerSplit } from "./split.js";
|
||||
import { registerStitch } from "./stitch.js";
|
||||
import { registerStripMetadata } from "./strip-metadata.js";
|
||||
import { registerSvgToRaster } from "./svg-to-raster.js";
|
||||
import { registerTextOverlay } from "./text-overlay.js";
|
||||
|
|
@ -101,6 +102,7 @@ export async function registerToolRoutes(app: FastifyInstance): Promise<void> {
|
|||
|
||||
// Layout & Composition
|
||||
{ id: "collage", register: registerCollage },
|
||||
{ id: "stitch", register: registerStitch },
|
||||
{ id: "split", register: registerSplit },
|
||||
{ id: "border", register: registerBorder },
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue