Skip to content

Usage

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

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

Source

SourceDocs

Contributors

Changelog

v0.0.34 on 9/7/2024
1fafc - fix(image): display image block

Made with ❤️