mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
@@ -19,6 +19,9 @@ Requires libvips v8.14.0
|
||||
* Allow use of GPS (IFD3) EXIF metadata.
|
||||
[#2767](https://github.com/lovell/sharp/issues/2767)
|
||||
|
||||
* TypeScript definitions are now maintained and published directly, deprecating the `@types/sharp` package.
|
||||
[#3369](https://github.com/lovell/sharp/issues/3369)
|
||||
|
||||
* Prebuilt binaries: ensure macOS 10.13+ support, as documented.
|
||||
[#3438](https://github.com/lovell/sharp/issues/3438)
|
||||
|
||||
|
||||
@@ -302,6 +302,17 @@ custom:
|
||||
- npm install --arch=x64 --platform=linux sharp
|
||||
```
|
||||
|
||||
## TypeScript
|
||||
|
||||
TypeScript definitions are published as part of
|
||||
the `sharp` package from v0.32.0.
|
||||
|
||||
Previously these were available via the `@types/sharp` package,
|
||||
which is now deprecated.
|
||||
|
||||
When using Typescript, please ensure `devDependencies` includes
|
||||
the `@types/node` package.
|
||||
|
||||
## Fonts
|
||||
|
||||
When creating text images or rendering SVG images that contain text elements,
|
||||
|
||||
Reference in New Issue
Block a user