feat: generates coordinates for bounding boxes

This commit is contained in:
Ephraim Atta-Duncan
2025-10-29 18:14:16 +00:00
parent 9350c53c7d
commit 94098bd762
14 changed files with 656 additions and 21 deletions
+5 -1
View File
@@ -14,6 +14,8 @@
"with:env": "dotenv -e ../../.env -e ../../.env.local --"
},
"dependencies": {
"@ai-sdk/google": "^2.0.25",
"@ai-sdk/react": "^2.0.82",
"@cantoo/pdf-lib": "^2.5.2",
"@documenso/api": "*",
"@documenso/assets": "*",
@@ -38,6 +40,7 @@
"@react-router/serve": "^7.6.0",
"@simplewebauthn/browser": "^9.0.1",
"@simplewebauthn/server": "^9.0.3",
"ai": "^5.0.82",
"autoprefixer": "^10.4.13",
"colord": "^2.9.3",
"framer-motion": "^10.12.8",
@@ -68,6 +71,7 @@
"remix-themes": "^2.0.4",
"satori": "^0.12.1",
"sharp": "0.32.6",
"skia-canvas": "^3.0.8",
"tailwindcss": "^3.4.15",
"ts-pattern": "^5.0.5",
"ua-parser-js": "^1.0.37",
@@ -104,4 +108,4 @@
"vite-tsconfig-paths": "^5.1.4"
},
"version": "1.13.1"
}
}