JSPM

suneditor

3.0.0-alpha.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 35975
  • Score
    100M100P100Q141846F
  • License MIT

Vanilla javascript based WYSIWYG web editor

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.⭐

GitHub GitHub release npm version npm npm bundle size (minified + gzip)

WYSIWYG HTML Editor

Browser Support

Chrome Chrome Firefox Firefox Opera Opera Safari Safari Edge Edge
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>

jsdelivr/suneditor

License

Suneditor may be freely distributed under the MIT license.