@olton/enei-editor

0.1.6 • Public • Published

ENEI Editor

Enei Editor - InPlace html editor for ENEI CMS.

img.png

Install

npm i @olton/enei-editor

Using

import {createEneiEditor} from "@olton/enei-editor"

createEneiEditor({
    shortcut: "alt+ctrl+e",
    serverEndpoint: "http://localhost:5232",
    maxHeight: 300
})

or use a precompiled version directly in browser

<script src="https://cdn.jsdelivr.net/gh/olton/enei-editor/lib/enei-editor.js"></script>
<script>
    EneiEditor.createEneiEditor({
        shortcut: "alt+ctrl+e",
        serverEndpoint: "http://localhost:5232",
        maxHeight: 300
    })
</script>

Copyright 2023 by Serhii Pimenov. Licensed Under MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @olton/enei-editor

Weekly Downloads

0

Version

0.1.6

License

MIT

Unpacked Size

1.25 MB

Total Files

23

Last publish

Collaborators

  • olton