https://github.com/lakphy/photo-plus
一款基于 Konva.js 的图像编辑器
https://github.com/lakphy/photo-plus
Last synced: about 1 year ago
JSON representation
一款基于 Konva.js 的图像编辑器
- Host: GitHub
- URL: https://github.com/lakphy/photo-plus
- Owner: Lakphy
- Created: 2023-07-21T10:54:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T06:36:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-20T07:14:54.944Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PhotoPlus
> 该项目正在施工中,欢迎提出建议
一款基于 Konva.js 的图像编辑器,使用 Redux 从编辑器和图像元数据两个层面管理状态,并实现 Redux Store 与 Konva 对象的双向绑定。
**_请注意,项目仍处在非常初期开发状态,用户交互界面非常不完善,数据格式与接口格式可能还会经历大幅修改_**
项目使用`pnpm`包管理工具
开发模式运行项目:
```bash
pnpm start
```
构建项目:
```bash
pnpm build
```
> 目前开发进度 1%