scandoc-ai-components 0.0.12 → 0.0.13

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 +1 -1
package/README.md CHANGED
@@ -15,7 +15,7 @@ An example HTML page integration:
15
15
  <title>ScanDoc-AI</title>
16
16
  <meta charset="UTF-8" />
17
17
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
18
- <script src="node_modules/scandoc-ai/dist/index.js"></script>
18
+ <script src="node_modules/scandoc-ai-components/dist/index.js"></script>
19
19
  <body>
20
20
  <style>
21
21
  :root {
@@ -59,7 +59,7 @@ run: ```npm install scandoc-ai-components```
59
59
  An example React integration:
60
60
  ```
61
61
  import { useEffect, useMemo } from "react";
62
- import "scandoc-ai/dist/index"
62
+ import "scandoc-ai-components/dist/index"
63
63
 
64
64
  const key = ""; // Use the key provided by our team
65
65
  window.createScanDocAIConfig(key, "test");
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "scandoc-ai-components",
3
3
  "author": "ScanDoc-AI",
4
- "version": "0.0.12",
4
+ "version": "0.0.13",
5
5
  "private": false,
6
6
  "description": "Pure JavaScript package for integrating ScanDoc-AI services.",
7
7
  "keywords": [