UNPKG

tiptap-extension-resize-image

Version:

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

5 lines 256 B
export declare class AttributeParser { static parseImageAttributes(nodeAttrs: Record<string, any>, imgElement: HTMLImageElement): void; static extractWidthFromStyle(style: string): string | null; } //# sourceMappingURL=attribute-parser.d.ts.map