feat: generate and display thumbhash blur placeholders for TMDB images

This commit is contained in:
2026-03-14 18:58:09 -04:00
parent 76648a6023
commit aede4fc90a
49 changed files with 4294 additions and 287 deletions
+2 -1
View File
@@ -21,6 +21,7 @@
"react-dom": "19.2.0",
"tailwind-merge": "3.5.0",
"tailwindcss": "4.2.1",
"thumbhash": "0.1.1",
"typescript": "5.9.3",
"zod": "4.3.6"
}
@@ -33,7 +34,7 @@
"format": "turbo run format",
"check-types": "turbo run check-types",
"test": "turbo run test",
"generate:openapi": "bun scripts/generate-openapi-spec.ts"
"generate:openapi": "bun scripts/generate-openapi-spec.ts && cd docs && bun run generate:api-docs"
},
"devDependencies": {
"@biomejs/biome": "2.4.7",