@stroke-stabilizer/core 0.2.15 → 0.2.16

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -14,7 +14,7 @@ Reduce hand tremor and smooth pen/mouse input in real-time using a flexible filt
14
14
 
15
15
  ## Features
16
16
 
17
- - **[Dynamic Pipeline Pattern](https://dev.to/usapopopooon/the-dynamic-pipeline-pattern-a-mutable-method-chaining-for-real-time-processing-16e1)** - Add, remove, and update filters at runtime without rebuilding
17
+ - **[Mutable Pipeline Pattern](https://medium.com/@usapopopooon/the-mutable-pipeline-pattern-when-method-chains-need-to-change-at-runtime-8e835829de07)** - Add, remove, and update filters at runtime without rebuilding
18
18
  - **Two-layer Processing** - Real-time filters + post-processing convolution
19
19
  - **Automatic Endpoint Correction** - Strokes end at the actual input point
20
20
  - **rAF Batch Processing** - Coalesce high-frequency pointer events into animation frames
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stroke-stabilizer/core",
3
- "version": "0.2.15",
4
- "description": "Dynamic Pipeline Pattern for real-time stroke stabilization",
3
+ "version": "0.2.16",
4
+ "description": "Mutable Pipeline Pattern for real-time stroke stabilization",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",