An open API service indexing awesome lists of open source software.

https://github.com/minsithu/yawywatwar

a WYSIWYG text editor
https://github.com/minsithu/yawywatwar

Last synced: 3 months ago
JSON representation

a WYSIWYG text editor

Awesome Lists containing this project

README

        

# YawYwatWar

```
npm i --save yawywatwar-editor
```

```html



<script>
```

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