@markgrafhq/markgraf-react 0.1.12 → 0.1.13

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 CHANGED
@@ -23,7 +23,7 @@ Headless component — renders a `<canvas>` (default) or `<svg>` with the scene
23
23
  import { MarkgrafPlayer } from "@markgrafhq/markgraf-react";
24
24
 
25
25
  const src = `seed 1
26
- frame v1 {
26
+ keyframe v1 {
27
27
  +node client "Client"
28
28
  +node api "API"
29
29
  +edge client api