From 83ebd6776da2bcaaea9c98c946f8e941575c9097 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Wed, 8 Nov 2023 08:34:09 -0600 Subject: [PATCH] Tweak copy --- examples/stories/StateMachineDocs.stories.mdx | 3 ++- npm/react-canvas-lite/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/stories/StateMachineDocs.stories.mdx b/examples/stories/StateMachineDocs.stories.mdx index 5afbc4b..10e5612 100644 --- a/examples/stories/StateMachineDocs.stories.mdx +++ b/examples/stories/StateMachineDocs.stories.mdx @@ -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. diff --git a/npm/react-canvas-lite/README.md b/npm/react-canvas-lite/README.md index 1eec158..75e3252 100644 --- a/npm/react-canvas-lite/README.md +++ b/npm/react-canvas-lite/README.md @@ -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.