From abd875c51dcfaa8a46768fbcd18a1b721d477d04 Mon Sep 17 00:00:00 2001 From: Robert Reinhard Date: Thu, 16 Nov 2023 17:35:16 -0800 Subject: [PATCH] Updating note in root README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 254459d..2f545c0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A monorepo hosting components for rendering image and video in a single container for easy rendering of visual elements. -- [@react-visual/react](./packages/react) - Currently just helper components used by framework & CMS specific components +- [@react-visual/react](./packages/react) - Vanilla implementation. - [@react-visual/next](./packages/next) - Uses the `next/image` component for rendering images. - [@react-visual/sanity-next](./packages/sanity-next) - Takes Sanity asset and passes them to `@react-visual/next` for rendering.