@fraczled/sdk 1.31.0 → 1.31.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.
- package/README.md +1 -1
- package/dist/{canvasExportPipeline-CXI3gs4y.js → canvasExportPipeline-DSisAQcO.js} +1 -1
- package/dist/fraczled-sdk.es.js +1 -1
- package/dist/fraczled-sdk.umd.js +236 -231
- package/dist/{index-BiDazkgT.js → index-C2qSvudu.js} +15674 -14902
- package/dist/{index.es-Bi-ih4zY.js → index.es-DwAeu5iL.js} +1 -1
- package/index.d.ts +12 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@ npm install @fraczled/sdk
|
|
|
11
11
|
## Server-gated delivery (required)
|
|
12
12
|
|
|
13
13
|
To prevent unauthorized usage, always gate the SDK bundle through your backend.
|
|
14
|
-
Use `/
|
|
14
|
+
Use `/v1/editor/init` to validate the license, then serve the SDK from `/v1/editor/sdk`.
|
|
15
15
|
See `docs/license-enforcement.md` for the full flow.
|
|
16
16
|
|
|
17
17
|
## Quick Start
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as Q, b as K, a as J, t as L, c as m, d as I, e as x, f as tt, h as ot, i as G, j as st, k as ft, l as ct, m as ht, s as dt, n as ut, E as B, o as gt, p as rt, q as et, r as nt, u as pt } from "./index-
|
|
1
|
+
import { g as Q, b as K, a as J, t as L, c as m, d as I, e as x, f as tt, h as ot, i as G, j as st, k as ft, l as ct, m as ht, s as dt, n as ut, E as B, o as gt, p as rt, q as et, r as nt, u as pt } from "./index-C2qSvudu.js";
|
|
2
2
|
const yt = {
|
|
3
3
|
normal: "source-over",
|
|
4
4
|
dissolve: "source-over",
|
package/dist/fraczled-sdk.es.js
CHANGED