@memori.ai/memori-webcomponent 8.1.21 → 8.1.22
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 +7 -0
- package/dist/memori-webcomponent.js +4 -4
- package/package.json +2 -2
- package/dist/index.75e130c2.js +0 -97080
- package/dist/index.75e130c2.js.map +0 -1
- package/dist/index.html +0 -33
package/dist/index.html
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
-
<title>Memori WebComponent Example</title>
|
|
8
|
-
|
|
9
|
-
<script defer="" src="/index.75e130c2.js"></script>
|
|
10
|
-
<!-- <script
|
|
11
|
-
type="module"
|
|
12
|
-
src="https://cdn.jsdelivr.net/npm/@memori.ai/memori-webcomponent/dist/memori-webcomponent.js"
|
|
13
|
-
></script> -->
|
|
14
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@memori.ai/memori-react/dist/styles.min.css">
|
|
15
|
-
</head>
|
|
16
|
-
|
|
17
|
-
<body style="box-sizing: border-box; margin: 0; padding: 0; position: relative">
|
|
18
|
-
<div id="demo-disclaimer" style="width: calc(100% - 1rem); z-index: 1000; box-sizing: border-box; background: #ffffffbf; border-radius: 10px; margin: .5rem; padding: 1rem; font-family: "Exo 2", sans-serif; position: fixed">
|
|
19
|
-
<button style="cursor: pointer; background: none; border: 0; padding: .5rem; font-size: 1rem; position: absolute; top: .5rem; right: .5rem" onclick="document.getElementById('demo-disclaimer').remove()">
|
|
20
|
-
X
|
|
21
|
-
</button>
|
|
22
|
-
<p style="margin: 0 0 .5rem">
|
|
23
|
-
This is a demo, some functionalities as STT and TTS depend on additional
|
|
24
|
-
subscription keys so they might not work.
|
|
25
|
-
</p>
|
|
26
|
-
<nav>
|
|
27
|
-
<a href="https://aisuru.com/en" target="_blank" style="margin-right: .5rem; display: inline-block">AIsuru</a>
|
|
28
|
-
<a href="https://github.com/memori-ai/memori-webcomponent" target="_blank" style="margin-right: .5rem; display: inline-block">GitHub</a>
|
|
29
|
-
</nav>
|
|
30
|
-
</div>
|
|
31
|
-
<memori-client memoriname="Memori" ownerusername="memoridev" tenantid="aisuru.com" showshare="" apiurl="https://backend.memori.ai" baseurl="https://www.aisuru.com" uilang="it" height="100vh">
|
|
32
|
-
</memori-client></body>
|
|
33
|
-
</html>
|