Skip to content

Commit

Permalink
Tweak copy
Browse files Browse the repository at this point in the history
  • Loading branch information
zplata committed Nov 8, 2023
1 parent 75dac6f commit 83ebd67
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/stories/StateMachineDocs.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ Unlike the boolean and number inputs, you invoke the `.fire()` method on a trigg

## Rive Text

To listen for Rive Events reported during state machine play, use the `on` API to add an event listener.
A simple example showing Rive Text rendering. Note that if you are using the `@rive-app/react-canvas-lite` package,
the Rive Text bit will not render on the graphic, however, the rest of the Rive content should without issue.

<Canvas withSource="open">
<Story name="Rive Text">
Expand Down
2 changes: 1 addition & 1 deletion npm/react-canvas-lite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Output for `rive-react` using the backing `@rive-app/canvas-lite` JS runtime.

The current `@rive-app/react-canvas` dependency supports all Rive features and contains the necessary backing dependencies to render those graphics. This `lite` version has the same API, but does not compile and build with certain dependencies in order to keep the package size as small as possible.

At this time, this lite version of `@rive-app/react-canvas-lite` will not render [Rive Text](https://help.rive.app/editor/text) onto the canvas. Note however, that even if your Rive file may include Rive Text components, rendering the graphic should not cause any app errors, or cease to render.
At this time, this lite version of `@rive-app/react-canvas-lite` will not render [Rive Text](https://help.rive.app/editor/text) onto the canvas. Note however, that even if your Rive file may include Rive Text components when using this package, the canvas will still render the graphic without the Rive Text components.

0 comments on commit 83ebd67

Please sign in to comment.