From 4fdddb518ac2e66a49dbae55b23e210980e80888 Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Wed, 10 Feb 2021 21:58:29 +0530 Subject: [PATCH] docs(readme): link to @excalidraw/excalidraw npm package to give more visibility (#3002) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 42c49580..7e5de680 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ The second set of digits is the encryption key. The Excalidraw server doesn’t Find a growing list of libraries containing assets for your drawings at [libraries.excalidraw.com](https://libraries.excalidraw.com). +## Embedding Excalidraw in your App? + +Try out [`@excalidraw/excalidraw`](https://www.npmjs.com/package/@excalidraw/excalidraw). This package allows you to easily embed Excalidraw as a React component into your apps. + ## Development ### Code Sandbox