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

https://github.com/wanglin2/canvas-editor-demo

一个基于canvas实现的富文本编辑器demo,仅仅是demo。
https://github.com/wanglin2/canvas-editor-demo

canvas canvas-editor

Last synced: over 1 year ago
JSON representation

一个基于canvas实现的富文本编辑器demo,仅仅是demo。

Awesome Lists containing this project

README

          

# 使用canvas实现富文本编辑器demo

支持编辑纯文本,支持设置字体、字号、颜色、背景颜色、删除线、下划线、行高。

支持输入、删除、回车

支持选区,选区支持删除和替换

实现原理可参考文章:[如何用canvas实现一个富文本编辑器](https://juejin.cn/post/7245922875181826108)。