用 ReactJS 实现的 windows 画板.
在线使用: https://pengfeiw.github.io/minicode/react-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