We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400560c commit 52f5b26Copy full SHA for 52f5b26
README.md
@@ -187,7 +187,7 @@ The `outputOptions` replaces the deprectated `quality` option. For Backwards com
187
#### image.buffer (mime, [outputOptions])
188
Saves the image to a file.
189
```
190
-map.image.buffer('image/jpog', { quality: 75 });
+map.image.buffer('image/jpeg', { quality: 75 });
191
192
##### Arguments
193
Parameter | Default | Description
@@ -344,6 +344,7 @@ const options = {
344
345
# Contributers
346
347
++ [Wesley Flynn](https://github.com/wesflynn)
348
+ [Thomas Konings](https://github.com/tkon99)
349
+ [Gihan S](https://github.com/gihanshp)
350
+ [Sergey Averyanov](https://github.com/saveryanov)
0 commit comments