satyamark-react 0.0.13 → 0.0.14
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 +4 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -145,6 +145,10 @@ SatyaMark consists of three core modules that work together:
|
|
|
145
145
|
|
|
146
146
|
All retries, result handling, and UI updates are managed internally.
|
|
147
147
|
|
|
148
|
+
<p align="center">
|
|
149
|
+
<img src="https://raw.githubusercontent.com/DhirajKarangale/SatyaMark/main/Assets/NpmCover/NpmCover_1.png" alt="SatyaMark Architecture" width="100%" />
|
|
150
|
+
</p>
|
|
151
|
+
|
|
148
152
|
------------------------------------------------------------------------
|
|
149
153
|
|
|
150
154
|
## API Reference
|
package/dist/index.js
CHANGED
|
@@ -409,7 +409,7 @@ function updateIcon(containerRef, data) {
|
|
|
409
409
|
}
|
|
410
410
|
|
|
411
411
|
// src/utils/process_data.ts
|
|
412
|
-
var mergeText = (texts) => texts.join("
|
|
412
|
+
var mergeText = (texts) => texts.join(" |#| ");
|
|
413
413
|
var isValidImageUrl = (url) => {
|
|
414
414
|
return new Promise((resolve) => {
|
|
415
415
|
const img = new Image();
|
package/dist/index.mjs
CHANGED
|
@@ -381,7 +381,7 @@ function updateIcon(containerRef, data) {
|
|
|
381
381
|
}
|
|
382
382
|
|
|
383
383
|
// src/utils/process_data.ts
|
|
384
|
-
var mergeText = (texts) => texts.join("
|
|
384
|
+
var mergeText = (texts) => texts.join(" |#| ");
|
|
385
385
|
var isValidImageUrl = (url) => {
|
|
386
386
|
return new Promise((resolve) => {
|
|
387
387
|
const img = new Image();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "satyamark-react",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "Official React SDK for SatyaMark — a lightweight UI library to embed transparent content verification marks, confidence indicators, and trust signals into React applications.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "DK",
|