mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 21:56:18 +01:00
Compare commits
3 Commits
v0.28.0-be
...
v0.28.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7555378e3b | ||
|
|
80c95ee66a | ||
|
|
31563b210d |
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Requires libvips v8.10.6
|
Requires libvips v8.10.6
|
||||||
|
|
||||||
### v0.28.0 - TBD
|
### v0.28.0 - 29th March 2021
|
||||||
|
|
||||||
* Prebuilt binaries now include mozjpeg and libimagequant (BSD 2-Clause).
|
* Prebuilt binaries now include mozjpeg and libimagequant (BSD 2-Clause).
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://pixel.plumbing/px/72x72/sharp-logo.svg">
|
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://pixel.plumbing/px/72x72/sharp-logo.svg">
|
||||||
<link rel="apple-touch-icon-precomposed" href="https://pixel.plumbing/px/57x57/sharp-logo.svg">
|
<link rel="apple-touch-icon-precomposed" href="https://pixel.plumbing/px/57x57/sharp-logo.svg">
|
||||||
<link rel="author" href="/humans.txt" type="text/plain">
|
<link rel="author" href="/humans.txt" type="text/plain">
|
||||||
<link rel="preload" href="https://cdn.jsdelivr.net/gh/lovell/sharp@v0.27.2/docs/README.md" as="fetch" type="text/markdown" crossorigin>
|
<link rel="preload" href="https://cdn.jsdelivr.net/gh/lovell/sharp@v0.28.0/docs/README.md" as="fetch" type="text/markdown" crossorigin>
|
||||||
<link rel="preload" href="https://cdn.jsdelivr.net/gh/lovell/sharp@master/docs/image/sharp-logo.svg" as="image" type="image/svg+xml" crossorigin>
|
<link rel="preload" href="https://cdn.jsdelivr.net/gh/lovell/sharp@master/docs/image/sharp-logo.svg" as="image" type="image/svg+xml" crossorigin>
|
||||||
<link rel="dns-prefetch" href="https://pixel.plumbing">
|
<link rel="dns-prefetch" href="https://pixel.plumbing">
|
||||||
<link rel="dns-prefetch" href="https://www.google-analytics.com">
|
<link rel="dns-prefetch" href="https://www.google-analytics.com">
|
||||||
@@ -139,7 +139,7 @@
|
|||||||
docuteApiTitlePlugin,
|
docuteApiTitlePlugin,
|
||||||
docuteApiSearchPlugin
|
docuteApiSearchPlugin
|
||||||
],
|
],
|
||||||
sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.27.2/docs',
|
sourcePath: 'https://cdn.jsdelivr.net/gh/lovell/sharp@v0.28.0/docs',
|
||||||
nav: [
|
nav: [
|
||||||
{
|
{
|
||||||
title: 'Funding',
|
title: 'Funding',
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ Node.js v10+ on the most common platforms:
|
|||||||
* Windows x64
|
* Windows x64
|
||||||
* Windows x86
|
* Windows x86
|
||||||
|
|
||||||
An ~8MB tarball containing libvips and its most commonly used dependencies
|
An ~7.5MB tarball containing libvips and its most commonly used dependencies
|
||||||
is downloaded via HTTPS and stored within `node_modules/sharp/vendor` during `npm install`.
|
is downloaded via HTTPS and stored within `node_modules/sharp/vendor` during `npm install`.
|
||||||
|
|
||||||
This provides support for the
|
This provides support for the
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "sharp",
|
"name": "sharp",
|
||||||
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images",
|
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images",
|
||||||
"version": "0.28.0-beta1",
|
"version": "0.28.0",
|
||||||
"author": "Lovell Fuller <npm@lovell.info>",
|
"author": "Lovell Fuller <npm@lovell.info>",
|
||||||
"homepage": "https://github.com/lovell/sharp",
|
"homepage": "https://github.com/lovell/sharp",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|||||||
@@ -213,6 +213,8 @@ namespace sharp {
|
|||||||
{ "VipsForeignLoadTiffBuffer", ImageType::TIFF },
|
{ "VipsForeignLoadTiffBuffer", ImageType::TIFF },
|
||||||
{ "VipsForeignLoadGifFile", ImageType::GIF },
|
{ "VipsForeignLoadGifFile", ImageType::GIF },
|
||||||
{ "VipsForeignLoadGifBuffer", ImageType::GIF },
|
{ "VipsForeignLoadGifBuffer", ImageType::GIF },
|
||||||
|
{ "VipsForeignLoadNsgifFile", ImageType::GIF },
|
||||||
|
{ "VipsForeignLoadNsgifBuffer", ImageType::GIF },
|
||||||
{ "VipsForeignLoadSvgFile", ImageType::SVG },
|
{ "VipsForeignLoadSvgFile", ImageType::SVG },
|
||||||
{ "VipsForeignLoadSvgBuffer", ImageType::SVG },
|
{ "VipsForeignLoadSvgBuffer", ImageType::SVG },
|
||||||
{ "VipsForeignLoadHeifFile", ImageType::HEIF },
|
{ "VipsForeignLoadHeifFile", ImageType::HEIF },
|
||||||
|
|||||||
Reference in New Issue
Block a user