Skip to content

Commit b6cde01

Browse files
authored
Refactor: metalsmith-img-sharp (#362)
1 parent 55c4a35 commit b6cde01

File tree

3 files changed

+438
-311
lines changed

3 files changed

+438
-311
lines changed

lib/sharp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import msIf from 'metalsmith-if';
44

55
import branch from 'metalsmith-branch';
6-
import sharp from 'metalsmith-sharp';
6+
import sharp from 'metalsmith-img-sharp';
77

88
const png = (compressionLevel = 0, quality = 100) => ({
99
namingPattern: '{dir}{name}.png',

0 commit comments

Comments
 (0)