UNPKG

tiptap-extension-resize-image

Version:

A tiptap image resizing extension for React, Vue, Next, and VanillaJS. Additionally, it can align the image position.

7 lines 242 B
import { ImageResize } from './image-resize'; export * from './image-resize'; export * from './figure'; export * from './figcaption'; export type { ResizeLimits } from './types'; export default ImageResize; //# sourceMappingURL=index.d.ts.map