Remove slightly-too-experimental TypeScript definitions.

To be revisited, perhaps during 2017, when tooling has improved.
This commit is contained in:
Lovell Fuller
2016-11-21 22:29:23 +00:00
parent e4e7384f99
commit dfd6d95209
4 changed files with 1 additions and 1045 deletions

View File

@@ -15,10 +15,6 @@ 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)