@layers-app/editor 0.5.5-optimization → 0.5.7-optimization

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
@@ -715,3 +715,22 @@ editorRef?: { current: EditorType | null } - Reference to the editor.
715
715
  ```
716
716
 
717
717
  </details>
718
+
719
+
720
+
721
+
722
+ ---
723
+
724
+ ## 🚀 Integration Guide for other Projects
725
+
726
+ ### Step 1: Install Required Dependencies
727
+
728
+ ```bash
729
+ npm install lexical @lexical/react @lexical/file @lexical/headless @lexical/markdown @layers-app/shared @tanstack/react-query react-selecto @mantine/core @mantine/hooks @mantine/form @mantine/dropzone @mantine/modals @mantine/notifications @tabler/icons-react i18next react-i18next lodash-es
730
+ ```
731
+
732
+ ### Step 2: Add Collaboration if needed
733
+
734
+ ```tsx
735
+ npm install yjs y-websocket
736
+ ```