This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@mauricewijnia/block-editor
TypeScript icon, indicating that this package has built-in type declarations

1.0.0-rc.19 • Public • Published

Block Editor

This package is a Work In Progress. It aims to seperate the Javascript frontend from Laraberg so it can be maintained seperately, and maybe serve as a starting point for other backend implementations.

Usage

To use the editor simply create a input or textarea element and use it to initalize it like this:

import { initializeEditor } from 'mauricewijnia/block-editor'

const element = document.querySelector('#content')
initializeEditor(element)

Package Sidebar

Install

npm i @mauricewijnia/block-editor

Weekly Downloads

0

Version

1.0.0-rc.19

License

GPL-2.0-or-later

Unpacked Size

566 kB

Total Files

73

Last publish

Collaborators

  • mauricewijnia