mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Minimise use of engines property to improve yarn v1 support
This commit is contained in:
@@ -15,6 +15,9 @@ Requires libvips v8.15.3
|
||||
[#4111](https://github.com/lovell/sharp/pull/4111)
|
||||
[@project0](https://github.com/project0)
|
||||
|
||||
* Minimise use of `engines` property to improve yarn v1 support.
|
||||
[#4130](https://github.com/lovell/sharp/issues/4130)
|
||||
|
||||
* Ensure `sharp.format.heif` includes only AVIF when using prebuilt binaries.
|
||||
[#4132](https://github.com/lovell/sharp/issues/4132)
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ Use the [supportedArchitectures](https://pnpm.io/package_json#pnpmsupportedarchi
|
||||
## Custom libvips
|
||||
|
||||
To use a custom, globally-installed version of libvips instead of the provided binaries,
|
||||
make sure it is at least the version listed under `engines.libvips` in the `package.json` file
|
||||
make sure it is at least the version listed under `config.libvips` in the `package.json` file
|
||||
and that it can be located using `pkg-config --modversion vips-cpp`.
|
||||
|
||||
For help compiling libvips and its dependencies, please see
|
||||
|
||||
Reference in New Issue
Block a user