Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.17 KB

README_CN.md

File metadata and controls

44 lines (29 loc) · 1.17 KB

React Paint

English Readme

用 ReactJS 实现的 windows 画板.

在线使用: https://pengfeiw.github.io/minicode/react-paint

Microsoft Paint

功能

支持鼠标和触屏设备,所以你可以在 IPad 上使用它。

  • 画笔
  • 橡皮
  • 填充
  • 切换颜色
  • 更改线宽
  • 多种形状
  • 两种线条风格:实现和虚线
  • 撤销和回退撤销
  • 颜色提取

本地运行

  • 克隆代码:git clone https://github.com/pengfeiw/react-paint.git
  • 安装依赖: npm install
  • 启动服务: npm run start
  • 在浏览器中打开:http://localhost:3000

技术

  • TypeScript
  • React
  • Material-UI
  • 2D drawing with canvas

有问题?

遇到任何问题,可以在文章<<react实现简易画板程序>>留言或者提交 issue.

ps: 更多好玩有趣的东西,请访问minicode