We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196f4f2 commit cde06e6Copy full SHA for cde06e6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 2.0.1
2
+
3
+- Fix typo in code example of README
4
5
# 2.0.0
6
7
- **BREAKING** Editable SVG element creation function has moved to `blobs.xml(tagName)`.
README.md
@@ -30,7 +30,7 @@ import * as blobs2 from "blobs/v2";
30
## SVG Path
31
32
```js
33
-const svgPath = blobs2.svg({
+const svgPath = blobs2.svgPath({
34
seed: Math.random(),
35
extraPoints: 8,
36
randomness: 4,
package.json
@@ -1,6 +1,6 @@
{
"name": "blobs",
- "version": "2.0.0",
+ "version": "2.0.1",
"description": "Random blob generator",
"author": "g-harel",
"license": "MIT",
0 commit comments