1.0.0 • Published 1 year ago

tiptap-extension-line-height v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

tiptap-extension-line-height


Install

npm install tiptap-extension-line-height -S

Usage

import LineHeight from "tiptap-extension-line-height";

const editor = new Editor({
  element: document.querySelector(".editor"),
  extensions: [StarterKit, LineHeight],
});

const value = "1.25"; // 15px 0.25rem
editor.chain().focus().setLineHeight(value).run();

Relations

tiptap: https://tiptap.dev/

tiptap-appmsg-editor: https://github.com/KID-1912/tiptap-appmsg-editor

1.0.0

1 year ago