@stroke-stabilizer/react 0.2.9 → 0.2.11

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  React hooks for stroke stabilization in digital drawing applications.
10
10
 
11
+ **[Live Demo](https://usapopopooon.github.io/stroke-stabilizer/react/)**
12
+
11
13
  ## Installation
12
14
 
13
15
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stroke-stabilizer/react",
3
- "version": "0.2.9",
3
+ "version": "0.2.11",
4
4
  "description": "React hooks for stroke stabilization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -22,7 +22,7 @@
22
22
  "typecheck": "tsc --noEmit"
23
23
  },
24
24
  "dependencies": {
25
- "@stroke-stabilizer/core": "workspace:*"
25
+ "@stroke-stabilizer/core": "^0.2.11"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=17.0.0"