Skip to content

ImageGif

ImageGif is a node extension that allows you to add an ImageGif to your editor.

Usage

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

const extensions = [
  ...,
  // Import Extensions Here
  ImageGif.configure({
    GIPHY_API_KEY: 'GIPHY_API_KEY', 
  }),
];

Source

SourceDocs

Contributors

Changelog

v0.0.56 on 10/25/2024
fcd95 - feat: image inline, refactor video upload
v0.0.51 on 10/20/2024
48ed5 - feat: add extension mermaid
v0.0.45 on 10/9/2024
0ec19 - feat: add extension image gif

Made with ❤️