-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gatsby-plugin-sharp): convert "overlayWith" to "composite" (#17392)
* Added failing test for #17162 Tests running the `gatsby-plugin-sharp` with duotone * Migrated overlayWith to composite `overlayWith` was removed in sharp `v0.23`. The replacement (`composite`) provides the superset functionality supporting an array of images to overlay/composite * Specify explcit blend: over mode for sharp composite
- Loading branch information
1 parent
4cff25a
commit 49913ba
Showing
3 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters