scanic 1.1.1 → 1.2.0

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/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
 
18
18
  Scanic is a high-performance document scanner library that brings professional-grade document edge detection and perspective correction to the browser and Node.js. By combining **Rust-powered WebAssembly** for pixel crunching and **GPU-accelerated Canvas** for image warping, Scanic delivers near-native performance (~10ms transforms) with a tiny footprint.
19
19
 
20
- [**Live Demo**](https://marquaye.github.io/scanic) | [**Framework Examples**](#💻-framework-examples) | [**API Reference**](#⚙️-api-reference)
20
+ [**Documentation**](https://marquaye.github.io/scanic) | [**Live Demo**](https://marquaye.github.io/scanic/demo/) | [**Framework Examples**](#💻-framework-examples) | [**API Reference**](https://marquaye.github.io/scanic/api/reference)
21
21
 
22
22
  ---
23
23
 
@@ -72,7 +72,7 @@ yarn add scanic
72
72
  ## 🎮 Demo
73
73
 
74
74
  Try the interactive scanner in your browser:
75
- 👉 [**Open Scanic Live Demo**](https://marquaye.github.io/scanic)
75
+ 👉 [**Open Scanic Live Demo**](https://marquaye.github.io/scanic/demo/)
76
76
 
77
77
  ---
78
78
 
@@ -284,8 +284,8 @@ Scanic is framework-agnostic but works great with modern UI libraries:
284
284
 
285
285
  | Framework | Link |
286
286
  | :--- | :--- |
287
- | **Vue 3** | [Vue.js Example & Guide](docs/vue-example.md) |
288
- | **React** | [React Example & Guide](docs/react-example.md) |
287
+ | **Vue 3** | [Vue & React Guide](https://marquaye.github.io/scanic/guide/frameworks) |
288
+ | **React** | [Vue & React Guide](https://marquaye.github.io/scanic/guide/frameworks) |
289
289
 
290
290
  ---
291
291