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

https://github.com/lakphy/photo-plus

一款基于 Konva.js 的图像编辑器
https://github.com/lakphy/photo-plus

Last synced: about 1 year ago
JSON representation

一款基于 Konva.js 的图像编辑器

Awesome Lists containing this project

README

          

# PhotoPlus

> 该项目正在施工中,欢迎提出建议

一款基于 Konva.js 的图像编辑器,使用 Redux 从编辑器和图像元数据两个层面管理状态,并实现 Redux Store 与 Konva 对象的双向绑定。

**_请注意,项目仍处在非常初期开发状态,用户交互界面非常不完善,数据格式与接口格式可能还会经历大幅修改_**

项目使用`pnpm`包管理工具

开发模式运行项目:

```bash
pnpm start
```

构建项目:

```bash
pnpm build
```

> 目前开发进度 1%