Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0xvashishth/img-resize-tiptap-extension

An extension for image resizing of TipTap Editor
https://github.com/0xvashishth/img-resize-tiptap-extension

image-resize tiptap tiptap-image tiptap-image-extension tiptap-image-resize

Last synced: about 5 hours ago
JSON representation

An extension for image resizing of TipTap Editor

Awesome Lists containing this project

README

        

# Image Resize Extension For Tiptap

### Usage

```js
import { ResizableImage } from "img-resize-tiptap-extension";
import StarterKit from "@tiptap/starter-kit";
import Image from "@tiptap/extension-image";

const extensions = [StarterKit, Image, ResizableImage];
const editor = useEditor({
extensions,
content,
});

;

```

- Feel free to raise Pull Request if you find any bug or any improvement.