From 22db986a317594732acfd5b7d26143f3a1d6bcce Mon Sep 17 00:00:00 2001 From: lawvs <18554747+lawvs@users.noreply.github.com> Date: Fri, 12 Apr 2024 02:47:04 +0800 Subject: [PATCH] chore: Add Yjs demo screenshots to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6da4593..2c23e85 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ The playground of [Yjs](https://docs.yjs.dev/). ## ✨ Features +- Connect to a Yjs demo. + ![image](https://github.com/lawvs/yjs-playground/assets/18554747/dfc81707-eaf8-40f4-8f24-8264056a7fe6) - Inspect the Yjs document model + ![image](https://github.com/lawvs/yjs-playground/assets/18554747/edb040f2-6bdd-4c2a-b9cf-43f7eaef08d2) + +- Edit the Yjs document model. + ![image](https://github.com/lawvs/yjs-playground/assets/18554747/46a061e9-3466-46bd-91cc-80e80476de37) + - Export the YDoc snapshot - Dark mode