blur-score 1.0.5 → 1.0.6

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.0.6
4
+
5
+ - Expanded API documentation and documented limitations.
6
+
3
7
  ## 1.0.5
4
8
 
5
9
  - Added CommonJS compatibility without changing the ESM API.
package/README.md CHANGED
@@ -77,3 +77,7 @@ Real Laplacian variance is much lower than you might expect: a genuinely sharp h
77
77
  ## License
78
78
 
79
79
  MIT
80
+
81
+ ## Limitations
82
+
83
+ Sharpness scores are heuristic and can vary with image size, noise, compression, and texture. They are not a camera-focus measurement.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blur-score",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Detect how blurry an image is (0-1 sharpness score) using Laplacian variance",
5
5
  "repository": {
6
6
  "type": "git",