0.1.6 • Published 6 months ago

@olton/enei-editor v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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.

0.1.6

6 months ago

0.1.5

6 months ago

0.1.4

6 months ago

0.1.3

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago