@smoove/core 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @smoove/core
2
2
 
3
- Remotion-style timeline-driven animation for [Konva](https://konvajs.org).
3
+ A timeline-driven animation engine for [Konva](https://konvajs.org)
4
+ keyframe motion that runs anywhere: buttery in the browser, headless on the
5
+ server.
4
6
 
5
7
  A **Composition** is a `Konva.Stage` that owns a frame clock (fps +
6
8
  duration). A **Sequence** is a `Konva.Layer` scoped to a frame range: its
@@ -65,7 +67,7 @@ wipes, and WebGL shader transitions via
65
67
  ## Ecosystem
66
68
 
67
69
  - [`@smoove/player`](https://www.npmjs.com/package/@smoove/player) — `<smoove-player>` web-component player with controls
68
- - [`@smoove/transitions`](https://www.npmjs.com/package/@smoove/transitions) — Remotion-style `TransitionSeries` scene transitions
70
+ - [`@smoove/transitions`](https://www.npmjs.com/package/@smoove/transitions) — `TransitionSeries` scene transitions: cross-fades, wipes, shader effects
69
71
  - [`@smoove/renderer`](https://www.npmjs.com/package/@smoove/renderer) — headless Node video renderer (skia-canvas + Mediabunny)
70
72
  - [`@smoove/studio`](https://www.npmjs.com/package/@smoove/studio) — composable React studio UI
71
73
  - [`@smoove/google-fonts`](https://www.npmjs.com/package/@smoove/google-fonts) — typed, tree-shakeable Google Fonts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smoove/core",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Agnostic timeline-driven animation engine. Runs in browser or server; integrates with any render target (e.g. Konva).",
5
5
  "license": "MIT",
6
6
  "publishConfig": {