Skip to content

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 ❤️