Skip to content

Excalidraw

The Excalidraw extension allows you to add an Excalidraw to your editor.

Usage

tsx
import { Excalidraw } from 'reactjs-tiptap-editor'; 

const extensions = [
  ...,
  // Import Extensions Here
  Excalidraw 
];

Source

SourceDocs

Contributors

Changelog

v0.0.31 on 9/1/2024
0a2a6 - feat: add excalidraw

Made with ❤️