@uziee/document-scanner 1.1.0 → 1.1.2

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 +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @uzair2244/document-scanner
1
+ # @uziee/document-scanner
2
2
 
3
3
  A high-performance, lightweight React component for real-time document detection, stability filtering, and perspective-corrected scanning.
4
4
 
@@ -15,4 +15,4 @@ A high-performance, lightweight React component for real-time document detection
15
15
  ## 📦 Installation
16
16
 
17
17
  ```bash
18
- npm install @uzair2244/document-scanner
18
+ npm install @uziee/document-scanner
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uziee/document-scanner",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "A lightweight, zero-dependency React document scanner with real-time edge detection, stability filtering, and perspective correction (bilinear warping) for high-resolution A4 captures.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@vitejs/plugin-react": "^4.0.0",
26
- "vite": "^4.3.9",
27
26
  "react": "^18.2.0",
28
- "react-dom": "^18.2.0"
27
+ "react-dom": "^18.2.0",
28
+ "vite": "^4.3.9"
29
29
  },
30
30
  "scripts": {
31
31
  "dev": "vite",