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',
}),
];
GIPHY_API_KEY
- Giphy API Key. You can get it from Giphy Developers.