Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qiu-jun/mobile-fabric-editor
基于fabricjs+vue3的简易移动端图片编辑器
https://github.com/qiu-jun/mobile-fabric-editor
desing editor fabricjs uniapp vue3
Last synced: 1 day ago
JSON representation
基于fabricjs+vue3的简易移动端图片编辑器
- Host: GitHub
- URL: https://github.com/qiu-jun/mobile-fabric-editor
- Owner: Qiu-Jun
- License: mit
- Created: 2024-08-16T08:59:23.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T07:33:55.000Z (3 months ago)
- Last Synced: 2024-10-13T06:06:52.804Z (about 1 month ago)
- Topics: desing, editor, fabricjs, uniapp, vue3
- Language: Vue
- Homepage: https://env-00jxgnbpjqmg-static.normal.cloudstatic.cn/editor/index.html
- Size: 4.96 MB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## mobile-fabric-editor
`mobile-fabric-editor`是基于fabric的移动端简易图片编辑器, 开源版本仅有编辑器,非开源版本附带后台管理(`非开源版本,除了附带后台管理外,代码也比开源版本更优雅`),区别如下。
| | 编辑器 | 小程序 | 后台 |
| -- | -- | -- | -- |
| 开源版 | √ | × | × |
| 非开源版 | √ | √ | √ |## 本人与[yft作者](https://github.com/more-strive)支持各种软件定制开发, 欢迎联系。
+ [编辑器ai功能预览,编辑器可以点击体验地址](https://www.bilibili.com/video/BV1LUWeerEJY/?spm_id_from=333.999.list.card_archive.click)
+ 管理后台
![后台页面](./previews/admin.png)#### 技术栈
- H5编辑器
- Vue3
- Typescript
- uniapp
- ai抠图(不开源)
- ai修复图片(不开源)
- 后台(不开源)
- Vue3
- Typescript
- ant design vue
- 服务端(不开源)
- nest
- mysql#### 使用
```bash
# 如果没有pnpm 项目使用pnpm,commit自动校验都是用pnpm,请使用pnpm启动项目
npm install pnpm -g
pnpm install
pnpm dev:h5# 贡献代码必须使用pnpm commit 使用commit 规范
git add . # 添加需要提交的文件
pnpm commit # 使用此命令编写commit
```## 管理员
## 贡献者