Skip to content

kazura233/tinymce

Repository files navigation

Welcome to @kazura/tinymce 👋

Version License

由于现在 tinymce 官方的cdn在大陆地区表现并不理想,而且lang没有cdn,所以创建一个npm包,让lang支持cdn,并且优化在大陆地区的网络表现。没有做代码改动。

Usage

<script src="https://cdn.jsdelivr.net/npm/@kazura/tinymce@5.8.1/tinymce.min.js"></script>
tinymce.init({
  selector: "textarea", // change this value according to your HTML
  language: "zh_CN", // select language
  language_url: "https://cdn.jsdelivr.net/npm/@kazura/tinymce@5.8.1/langs/zh_CN.js" // site absolute URL
});

Author

👤 kazura233

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

No description, website, or topics provided.

Resources

License

LGPL-2.1, LGPL-2.1 licenses found

Licenses found

LGPL-2.1
LICENSE
LGPL-2.1
license.txt

Stars

Watchers

Forks

Packages

No packages published