feat: add support for thumbhash

This commit is contained in:
codytseng 2025-12-12 10:23:02 +08:00
parent f6f974adc6
commit 51fc7d4c05
6 changed files with 101 additions and 29 deletions

View file

@ -115,6 +115,7 @@ export type TLanguage = 'en' | 'zh' | 'pl'
export type TImetaInfo = {
url: string
blurHash?: string
thumbHash?: Uint8Array
dim?: { width: number; height: number }
pubkey?: string
}