Every extension

typography

Behaviour 0.2 kB gzipped

A behaviour in @matrajs/core.

Adding it

import { createEditor, document, paragraph, text, typography } from '@matrajs/core'

const editor = createEditor({
  extensions: [document, paragraph, text, typography],
  element: document.querySelector('#editor'),
})

There is no separate package · typography is already in @matrajs/core, and an extension you do not import is not in your bundle. document, paragraph and text are the floor every document needs.

← All 81 extensions

Edit this page on GitHub