@@ -215,7 +215,7 @@ will be [flattened][15] before creating the composite.
215
215
216
216
This works by adding an alpha channel to the duotone'd image - then we let Sharp
217
217
do its magic via
218
- [ ` overlayWith ` ] ( http://sharp.dimens.io /en/stable/api-composite/#overlaywith ) ;
218
+ [ ` overlayWith ` ] ( http://sharp.pixelplumbing.com /en/stable/api-composite/#overlaywith ) ;
219
219
quoting the Sharp documentation:
220
220
221
221
> If the overlay image contains an alpha channel then composition with
@@ -335,16 +335,16 @@ If updating these doesn't fix the issue, your project probably uses other plugin
335
335
[ 3 ] : https://ines.io/blog/dynamic-duotone-svg-jade
336
336
[ 4 ] : https://en.wikipedia.org/wiki/Relative_luminance
337
337
[ 5 ] : https://github.com/nagelflorian/react-duotone
338
- [ 6 ] : http://sharp.dimens.io /en/stable/api-resize/#crop
339
- [ 7 ] : http://sharp.dimens.io /en/stable/api-operation/#rotate
340
- [ 8 ] : http://sharp.dimens.io /en/stable/api-colour/#greyscale
338
+ [ 6 ] : http://sharp.pixelplumbing.com /en/stable/api-resize/#crop
339
+ [ 7 ] : http://sharp.pixelplumbing.com /en/stable/api-operation/#rotate
340
+ [ 8 ] : http://sharp.pixelplumbing.com /en/stable/api-colour/#greyscale
341
341
[ 9 ] : https://github.com/gatsbyjs/gatsby/issues/2435
342
342
[ 10 ] : https://codepen.io/tigt/post/optimizing-svgs-in-data-uris
343
343
[ 11 ] : https://github.com/tooolbox/node-potrace
344
344
[ 12 ] : https://github.com/svg/svgo
345
345
[ 13 ] : https://github.com/tooolbox/node-potrace#parameters
346
346
[ 14 ] : https://github.com/oliver-moran/jimp
347
- [ 15 ] : http://sharp.dimens.io /en/stable/api-operation/#flatten
347
+ [ 15 ] : http://sharp.pixelplumbing.com /en/stable/api-operation/#flatten
348
348
[ 16 ] : https://github.com/mozilla/mozjpeg
349
349
[ 17 ] : https://www.sno.phy.queensu.ca/~phil/exiftool/
350
350
[ 18 ] : https://www.npmjs.com/package/color
0 commit comments