Package Exports
- suneditor
- suneditor/src/plugins
- suneditor/src/plugins/command/blockquote
- suneditor/src/plugins/command/blockquote.js
- suneditor/src/plugins/fileBrowser/imageGallery
- suneditor/src/plugins/fileBrowser/imageGallery.js
- suneditor/src/plugins/index.js
- suneditor/src/suneditor.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (suneditor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
SunEditor
Vanilla javscript based WYSIWYG web editor. SunEditor supports all modern browsers except IE without any dependencies and polyfills.
🌤 Demo : suneditor.com 🌤
⭐ If you would like to contribute, please refer to guidelines and a list of open tasks.⭐
Browser Support
![]() |
![]() |
![]() |
![]() |
![]() |
---|---|---|---|---|
Yes | Yes | Yes | Yes | Yes |
Install
Npm
$ npm install suneditor --save
CDN
<link href="https://cdn.jsdelivr.net/npm/suneditor@latest/dist/css/suneditor.min.css" rel="stylesheet">
<!-- <link href="https://cdn.jsdelivr.net/npm/suneditor@latest/assets/suneditor.css" rel="stylesheet"> -->
<!-- <link href="https://cdn.jsdelivr.net/npm/suneditor@latest/assets/suneditor-contents.css" rel="stylesheet"> -->
<script src="https://cdn.jsdelivr.net/npm/suneditor@latest/dist/suneditor.min.js"></script>
<!-- languages (Basic Language: English/en) -->
<script src="https://cdn.jsdelivr.net/npm/suneditor@latest/src/langs/ko.js"></script>
License
Suneditor may be freely distributed under the MIT license.