mirror of
https://github.com/lovell/sharp.git
synced 2026-02-10 16:46:14 +01:00
Docs: add note about AVIF images smaller than 16x16
This commit is contained in:
@@ -303,6 +303,9 @@ Returns **Sharp**
|
||||
|
||||
Use these AVIF options for output image.
|
||||
|
||||
Whilst it is possible to create AVIF images smaller than 16x16 pixels,
|
||||
most web browsers do not display these properly.
|
||||
|
||||
### Parameters
|
||||
|
||||
- `options` **[Object][6]?** output options
|
||||
|
||||
@@ -560,6 +560,9 @@ function tiff (options) {
|
||||
/**
|
||||
* Use these AVIF options for output image.
|
||||
*
|
||||
* Whilst it is possible to create AVIF images smaller than 16x16 pixels,
|
||||
* most web browsers do not display these properly.
|
||||
*
|
||||
* @since 0.27.0
|
||||
*
|
||||
* @param {Object} [options] - output options
|
||||
|
||||
Reference in New Issue
Block a user