yawywatwar-editor

1.0.1 • Public • Published

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()

Readme

Keywords

none

Package Sidebar

Install

npm i yawywatwar-editor

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

26.8 kB

Total Files

26

Last publish

Collaborators

  • minsithu