@dicebear/converter 10.2.0 → 10.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <h1><img src="https://www.dicebear.com/logo-readme.svg" width="28" /> DiceBear Converter</h1>
2
2
 
3
- Converts DiceBear avatars or any SVG to raster formats: PNG, JPEG, WebP and
3
+ Converts DiceBear avatars (or any SVG) to raster formats: PNG, JPEG, WebP and
4
4
  AVIF. Works in Node.js and modern browsers.
5
5
 
6
6
  [Playground](https://www.dicebear.com/playground) |
@@ -27,7 +27,7 @@ const avatar = new Avatar(definition, { seed: 'John Doe' });
27
27
 
28
28
  const png = toPng(avatar, { size: 256 });
29
29
 
30
- await png.toDataUri(); // data:image/png;base64,...
30
+ await png.toDataUri(); // data:image/png;base64,...
31
31
  await png.toArrayBuffer(); // ArrayBuffer
32
32
  ```
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dicebear/converter",
3
- "version": "10.2.0",
3
+ "version": "10.3.0",
4
4
  "description": "SVG Converter for DiceBear",
5
5
  "keywords": [
6
6
  "dicebear"