adding the logic to generate the image

This commit is contained in:
2026-03-14 02:50:54 -04:00
parent 6b651d3c4f
commit 21533ff4f5
14 changed files with 188 additions and 56 deletions

View File

@@ -8,8 +8,9 @@
"@components/*": ["src/components/*"],
"@api/*": ["src/api/*"],
"@store/*": ["src/store/*"],
"@types/*": ["src/types/*"],
"@appTypes/*": ["src/types/*"],
"@styles/*": ["src/styles/*"],
"@constants/*": ["src/constants/*"],
"@organisms/*": ["src/components/organisms/*"],
"@templates/*": ["src/components/templates/*"]
}