@kitsra/kavio-core 0.1.1 → 0.1.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/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitsra/kavio-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Pure timeline evaluation primitives for Kavio compositions.",
|
|
5
5
|
"license": "Elastic-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@kitsra/kavio-schema": "0.1.
|
|
16
|
+
"@kitsra/kavio-schema": "0.1.2"
|
|
17
17
|
},
|
|
18
18
|
"exports": {
|
|
19
19
|
".": {
|
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
"!dist/**/*.tsbuildinfo",
|
|
27
27
|
"!dist/self-check.*"
|
|
28
28
|
],
|
|
29
|
+
"readme": "# @kitsra/kavio-core\n\nPure timeline evaluation primitives for Kavio compositions.\n\n## Install\n\n```bash\ncorepack pnpm add @kitsra/kavio-core\n```\n\n## What It Does\n\n- Resolves template props.\n- Evaluates layer visibility and local frame timing.\n- Interpolates numeric keyframes and easing.\n- Resolves layout, anchor, size, and percentage values.\n- Evaluates captions, word highlights, and export layer overrides.\n\n`@kitsra/kavio-core` has no browser, FFmpeg, network, or filesystem dependency.\n\n## Links\n\n- Repository: https://github.com/kitsra/kavio\n- Package overview: https://github.com/kitsra/kavio/blob/main/docs/packages.md\n- License: Elastic-2.0\n",
|
|
30
|
+
"readmeFilename": "README.md",
|
|
29
31
|
"scripts": {
|
|
30
32
|
"build": "tsc -p tsconfig.json",
|
|
31
33
|
"check": "tsc -p tsconfig.json --noEmit",
|