1.0.1 • Published 5 years ago

yawywatwar-editor v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

YawYwatWar

npm i --save yawywatwar-editor
<link rel="stylesheet" href="/yywEditor/stylesheets/TextEditor.css">

<div id="content">
            </div> 
<script src="../node_modules/yawywatwar-editor/index.js"><script>
function bootstrap(){
    let txeditor = new YawYwatWarEditor(document.getElementById('content'))
    txeditor.setUp({
        toolbarConfig:["bold","italic","underline","link",
                        "image","heading",
                        "left-align","right-align","center-align",
                        "ordered-list","unordered-list",
                    ],
        plugins: {
            IMAGE:Plugins.imageExplorer,
        }
    })
}

bootstrap()
1.0.1

5 years ago

1.0.0

5 years ago