use thumbhash instead

This commit is contained in:
grngxd 2025-08-01 10:46:58 +01:00
parent 972c8930cd
commit ae74906217
5 changed files with 107 additions and 18 deletions

View file

@ -5,6 +5,9 @@ export type StereoFile = {
Size: number;
CreatedAt: string;
Mime: string;
Hash?: string;
Width?: number;
Height?: number;
}
export type StereoUser = {