mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 10:59:16 +01:00
refactor: 📝 Replace Blurhash with Thumbhash
This commit is contained in:
parent
eaf44a141d
commit
df3514a297
2 changed files with 5 additions and 5 deletions
|
|
@ -95,8 +95,8 @@ It is a good idea to provide at least two versions of an image (if possible): on
|
|||
}
|
||||
```
|
||||
</Property>
|
||||
<Property name="blurhash" type="string" required={false}>
|
||||
Image in [BlurHash](https://blurha.sh/) format.
|
||||
<Property name="thumbhash" type="string" required={false}>
|
||||
Image in [ThumbHash](https://evanw.github.io/thumbhash/) format.
|
||||
</Property>
|
||||
<Property name="width" type="number" required={false} numberType="u64">
|
||||
Width of the content in pixels. Only applicable to content types that have a width.
|
||||
|
|
@ -125,7 +125,7 @@ It is a good idea to provide at least two versions of an image (if possible): on
|
|||
"hash": {
|
||||
"sha256": "91714fc336210d459d4f9d9233de663be2b87ffe923f1cfd76ece9d06f7c965d"
|
||||
},
|
||||
"blurhash": "UUKJ^v~q9G%L~qRj9GofRjofRjof",
|
||||
"thumbhash": "3OcRJYB4d3h/iIeHeEh3eIhw+j2w",
|
||||
"width": 1920,
|
||||
"height": 1080
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue