Skip to content

olton/enei-editor

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published