@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.
- package/README.md +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# @smoove/core
|
|
2
2
|
|
|
3
|
-
|
|
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) —
|
|
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