mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02:00
Docs: add support for Node 12 #1668
This commit is contained in:
parent
7ae0512b9b
commit
6fcd2153c5
@ -20,7 +20,7 @@ As well as image resizing, operations such as
|
|||||||
rotation, extraction, compositing and gamma correction are available.
|
rotation, extraction, compositing and gamma correction are available.
|
||||||
|
|
||||||
Most modern 64-bit OS X, Windows and Linux systems running
|
Most modern 64-bit OS X, Windows and Linux systems running
|
||||||
Node versions 6, 8, 10 and 11
|
Node versions 6, 8, 10, 11 and 12
|
||||||
do not require any additional install or runtime dependencies.
|
do not require any additional install or runtime dependencies.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
@ -14,6 +14,9 @@ Requires libvips v8.7.4.
|
|||||||
[#1638](https://github.com/lovell/sharp/pull/1638)
|
[#1638](https://github.com/lovell/sharp/pull/1638)
|
||||||
[@sidharthachatterjee](https://github.com/sidharthachatterjee)
|
[@sidharthachatterjee](https://github.com/sidharthachatterjee)
|
||||||
|
|
||||||
|
* Add support for Node 12.
|
||||||
|
[#1668](https://github.com/lovell/sharp/issues/1668)
|
||||||
|
|
||||||
#### v0.22.0 - 18<sup>th</sup> March 2019
|
#### v0.22.0 - 18<sup>th</sup> March 2019
|
||||||
|
|
||||||
* Remove functions previously deprecated in v0.21.0:
|
* Remove functions previously deprecated in v0.21.0:
|
||||||
|
@ -16,7 +16,7 @@ As well as image resizing, operations such as
|
|||||||
rotation, extraction, compositing and gamma correction are available.
|
rotation, extraction, compositing and gamma correction are available.
|
||||||
|
|
||||||
Most modern 64-bit OS X, Windows and Linux systems running
|
Most modern 64-bit OS X, Windows and Linux systems running
|
||||||
Node versions 6, 8 and 10
|
Node versions 6, 8, 10, 11 and 12
|
||||||
do not require any additional install or runtime dependencies.
|
do not require any additional install or runtime dependencies.
|
||||||
|
|
||||||
[](https://coveralls.io/r/lovell/sharp?branch=master)
|
[](https://coveralls.io/r/lovell/sharp?branch=master)
|
||||||
|
@ -15,7 +15,7 @@ yarn add sharp
|
|||||||
### Building from source
|
### Building from source
|
||||||
|
|
||||||
Pre-compiled binaries for sharp are provided for use with
|
Pre-compiled binaries for sharp are provided for use with
|
||||||
Node versions 6, 8, 10 and 11 on
|
Node versions 6, 8, 10, 11 and 12 on
|
||||||
64-bit Windows, OS X and Linux platforms.
|
64-bit Windows, OS X and Linux platforms.
|
||||||
|
|
||||||
Sharp will be built from source at install time when:
|
Sharp will be built from source at install time when:
|
||||||
@ -43,7 +43,7 @@ Most Linux-based (glibc, musl) operating systems running on x64 and ARMv6+ CPUs
|
|||||||
* Debian 7+
|
* Debian 7+
|
||||||
* Ubuntu 14.04+
|
* Ubuntu 14.04+
|
||||||
* Centos 7+
|
* Centos 7+
|
||||||
* Alpine 3.8+ (Node 8 and 10)
|
* Alpine 3.8+ (Node 8+)
|
||||||
* Fedora
|
* Fedora
|
||||||
* openSUSE 13.2+
|
* openSUSE 13.2+
|
||||||
* Archlinux
|
* Archlinux
|
||||||
|
Loading…
x
Reference in New Issue
Block a user