@freedom-editor/lighterhtml-heading-block

1.0.2 • Public • Published

Freedom Editor Lighterhtml Heading Block

License Maintainability Known Vulnerabilities Codacy Badge

A heading block built with Lighterhtml for Freedom Editor.

Installation

npm i @freedom-editor/lighterhtml-heading-block

Usage

Import this block to the script where you config Freedom Editor. Create a new instance.

import { Heading } from '@freedom-editor/lighterhtml-heading-block'

const headingBlock = new Heading()

Register paragraph block in Freedom Editor instance

Register this block in options.registeredBlocks.

registeredBlocks: [
  headingBlock
]

API Reference

TODO

License

This project is licensed under the MIT License - see the license for more details.

/@freedom-editor/lighterhtml-heading-block/

    Package Sidebar

    Install

    npm i @freedom-editor/lighterhtml-heading-block

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    36.7 kB

    Total Files

    15

    Last publish

    Collaborators

    • johnwinston0410