README.md
February 2, 2021 ยท View on GitHub
Welcome to editorjs-style ๐
Inline-style Tool for Editor.js
๐ก Motivation
Editor.js may need many inline tools to styling inline elements. editorjs-style provides feature attaching any id, class and style to inline elements.
โจ Demo

Install
Install via yarn
yarn add editorjs-style
Load from CDN
<script src="https://cdn.jsdelivr.net/npm/editorjs-style@latest"></script>
Usage
Please see Demo HTML.
Config params
This tool has no config params.
Output data
Please see Demo.
Build
yarn webpack
Run tests
yarn test
Author
Tomoyuki Hata hato6502@gmail.com
๐ค Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a โญ๏ธ if this project helped you!
๐ License
Copyright ยฉ 2020 Tomoyuki Hata.
This project is MIT licensed.
Disclaimer
The following creations are included in this product:
Please see also DISCLAIMER.md.
This README was generated with โค๏ธ by readme-md-generator