Provide experimental, automated TypeScript declaration #472

This commit is contained in:
Lovell Fuller
2016-11-08 14:21:38 +00:00
parent c6f12fe033
commit 6b426014ad
4 changed files with 980 additions and 4 deletions

View File

@@ -15,6 +15,10 @@ Requires libvips v8.4.2.
Access to these is now via output format functions, for example `quality(n)`
is now `jpeg({quality: n})` and/or `webp({quality: n})`.
* Provide experimental, automated TypeScript declaration.
[#472](https://github.com/lovell/sharp/issues/472)
[@davidreher](https://github.com/davidreher)
* Expose libvips' "centre" resize option to mimic \*magick's +0.5px convention.
[#568](https://github.com/lovell/sharp/issues/568)