We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d396a4e commit 75e5afcCopy full SHA for 75e5afc
docs/api-output.md
@@ -334,7 +334,7 @@ The first entry in the palette is reserved for transparency.
334
// Convert PNG to GIF
335
await sharp(pngBuffer)
336
.gif()
337
- .toBuffer());
+ .toBuffer();
338
```
339
340
```javascript
lib/output.js
@@ -516,7 +516,7 @@ function webp (options) {
516
* // Convert PNG to GIF
517
* await sharp(pngBuffer)
518
* .gif()
519
- * .toBuffer());
+ * .toBuffer();
520
*
521
* @example
522
* // Convert animated WebP to animated GIF
0 commit comments