@editframe/cli 0.43.0 → 0.45.0
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 +11 -0
- package/dist/VERSION.js +1 -1
- package/dist/VERSION.js.map +1 -1
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# @editframe/cli
|
|
2
|
+
|
|
3
|
+
Command-line interface for Editframe — render compositions to MP4, preview in the browser, and deploy to the cloud.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```sh
|
|
8
|
+
npm install -g @editframe/cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
See the [documentation](https://editframe.com/docs) for usage.
|
package/dist/VERSION.js
CHANGED
package/dist/VERSION.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VERSION.js","names":[],"sources":["../src/VERSION.ts"],"sourcesContent":["export const VERSION = \"0.
|
|
1
|
+
{"version":3,"file":"VERSION.js","names":[],"sources":["../src/VERSION.ts"],"sourcesContent":["export const VERSION = \"0.45.0\";\n"],"mappings":";AAAA,MAAa,UAAU"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@editframe/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.45.0",
|
|
4
4
|
"description": "Command line interface for EditFrame",
|
|
5
5
|
"bin": {
|
|
6
6
|
"editframe": "./dist/index.js"
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"postinstall": "echo 'Skipping Playwright browser download - uses system Chrome'"
|
|
14
14
|
},
|
|
15
15
|
"author": "",
|
|
16
|
-
"license": "
|
|
16
|
+
"license": "SEE LICENSE IN LICENSE-FULL.md",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/dom-webcodecs": "^0.1.11",
|
|
19
19
|
"@types/node": "^22.0.0",
|