feat: add support for thumbhash
This commit is contained in:
parent
f6f974adc6
commit
51fc7d4c05
6 changed files with 101 additions and 29 deletions
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue