Updated
This commit is contained in:
parent
ed7f12cac4
commit
8e724b166a
6 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ import { hideBin } from "yargs/helpers";
|
|||
try {
|
||||
const webpImage = "./@dasig/images/logo.webp";
|
||||
const avifImage = "./@dasig/images/logo.avif";
|
||||
const inputSrc = "./src/images/logo.png";
|
||||
const inputSrc = "./src/assets/images/logo.png";
|
||||
|
||||
const avifBuffer = await sharp(inputSrc)
|
||||
.avif({ quality: 60 })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue