@bozonx/fastcat-embed 0.2.2 → 0.7.1
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 +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ Official JavaScript / TypeScript SDK for embedding the **FastCat Video Editor**
|
|
|
13
13
|
|
|
14
14
|
The editor itself runs in an isolated iframe (hosted on your domain or FastCat Cloud), while your host page controls initial configuration, media feeding, export triggers, and event listening.
|
|
15
15
|
|
|
16
|
+
To serve the editor from your own domain, deploy [`@bozonx/fastcat`](https://www.npmjs.com/package/@bozonx/fastcat) of the same version — see its `HOSTING.md`.
|
|
17
|
+
|
|
16
18
|
---
|
|
17
19
|
|
|
18
20
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bozonx/fastcat-embed",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "SDK for embedding the FastCat video editor into any web page through an isolated iframe.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"eslint": "^10.7.0",
|
|
43
43
|
"typescript": "~5.9.0",
|
|
44
|
-
"@fastcat/eslint-config": "0.1.
|
|
45
|
-
"@fastcat/typescript-config": "0.1.
|
|
44
|
+
"@fastcat/eslint-config": "0.1.2",
|
|
45
|
+
"@fastcat/typescript-config": "0.1.2"
|
|
46
46
|
},
|
|
47
47
|
"engines": {
|
|
48
48
|
"node": ">=24.0.0"
|