Docs: Highlight that Windows ARM64 support is experimental

This commit is contained in:
Lovell Fuller
2025-05-19 22:04:08 +01:00
parent e75ae970ed
commit c4d6aec48c
4 changed files with 8 additions and 2 deletions

View File

@@ -1019,6 +1019,9 @@ function tiff (options) {
* AVIF image sequences are not supported.
* Prebuilt binaries support a bitdepth of 8 only.
*
* This feature is experimental on the Windows ARM64 platform
* and requires a CPU with ARM64v8.4 or later.
*
* @example
* const data = await sharp(input)
* .avif({ effort: 2 })