JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q55174F
  • License MIT

Excalidraw as a React component

Package Exports

  • @tdtdev/excalidraw
  • @tdtdev/excalidraw/index.css

Readme

Excalidraw

Excalidraw is exported as a component to directly embed in your projects.

Installation

You can use npm

bash npm install @opentechiz/excalidraw

or via yarn

bash yarn add @opentechiz/excalidraw

Import style in the root of your project

bash import "@opentechiz/excalidraw/index.css";
```bash

And import Excalidraw and others component whenever you used it

```bash
bash import { Excalidraw } from "@opentechiz/excalidraw";
```bash