1.0.3 • Published 2 years ago

@babyandy0111/block-editor v1.0.3

Weekly downloads
-
License
GPL-2.0-or-later
Repository
github
Last release
2 years ago

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)