1.0.4 • Published 1 month ago

tiptap-extension-resize-image v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

tiptap-extension-resize-image

tiptap-extension-resize-image

Tiptap is a suite of open source content editing and real-time collaboration tools for developers building apps like Notion or Google Docs.

This package provides the ability to adjust the size of the tip tab image. It has been tested in React, Vue, and NextJS, and stability in VanillaJS may not be guaranteed.

Installation

You can install it using npm:

$ npm install tiptap-extension-resize-image

Usage

import StarterKit from '@tiptap/starter-kit';
import ImageResize from 'tiptap-extension-resize-image';
import { EditorContent, useEditor } from '@tiptap/react';

const editor = useEditor({
  extensions: [StarterKit, ImageResize],
  content: `<img src="https://source.unsplash.com/8xznAGy4HcY/800x400" />`,
});

Work in Progress

We're currently developing image alignment functionality, allowing you to align your images left, right, or center.

1.0.4

1 month ago

1.0.3

4 months ago

1.0.2

5 months ago

1.0.1

5 months ago

0.0.8

5 months ago

0.0.5

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.1

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago

0.0.4

5 months ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago