https://github.com/ximing/fabric-photo
基于canvas的前端图片编辑器
https://github.com/ximing/fabric-photo
canvas image reactjs
Last synced: 25 days ago
JSON representation
基于canvas的前端图片编辑器
- Host: GitHub
- URL: https://github.com/ximing/fabric-photo
- Owner: ximing
- License: mit
- Created: 2018-09-28T09:56:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-26T02:12:47.000Z (over 1 year ago)
- Last Synced: 2025-03-31T18:21:14.525Z (about 1 month ago)
- Topics: canvas, image, reactjs
- Language: JavaScript
- Homepage: https://ximing.github.io/fabric-photo/
- Size: 3.41 MB
- Stars: 254
- Watchers: 4
- Forks: 42
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# fabric photo
基于 canvas 的纯前端的图片编辑器,支持方形,圆形,箭头,缩放,拖拽,鹰眼,马赛克,涂鸦,线条,导出 png,剪切等
## online Demo
访问 [https://ximing.github.io/fabric-photo/](https://ximing.github.io/fabric-photo/) 体验
## 启动 demo
```bash
# 安装依赖
npm run i
# 运行项目
npm run dev
```[结合 react 使用方法](https://github.com/ximing/fabric-photo/blob/master/demo/main.js)
## License
[MIT](https://github.com/ximing/fabric-photo/blob/master/LICENSE)