mirror of
https://github.com/palxiao/poster-design.git
synced 2025-07-15 16:02:19 +08:00
docs: update readme
This commit is contained in:
parent
acb323eb07
commit
2816307513
11
README.md
11
README.md
@ -86,12 +86,11 @@ docker run -d -p 5000:5000 --restart always danielgatis/rembg s
|
|||||||
|
|
||||||
### 感谢
|
### 感谢
|
||||||
|
|
||||||
本项目使用或参考了一些优秀开源项目,包括但不限于:
|
项目还使用或参考了一些优秀开源项目,包括但不限于:
|
||||||
|
|
||||||
- [moveable](https://github.com/daybrush/moveable): 提供了画布中选择、拖动缩放等能力
|
- [moveable](https://github.com/daybrush/moveable): 提供了画布中选择、拖动缩放等能力
|
||||||
- [html2canvas](https://github.com/niklasvh/html2canvas): 前端生成图片兜底方案
|
- [html2canvas](https://github.com/niklasvh/html2canvas): 前端生成图片兜底方案
|
||||||
- [qr-code-styling](https://qr-code-styling.com/): 风格化二维码
|
- [qr-code-styling](https://qr-code-styling.com/): 风格化二维码
|
||||||
- [sky](https://github.com/cfour-hi/sky): 参考了其 PSD 解析的代码实现
|
|
||||||
- [rembg](https://github.com/danielgatis/rembg): 图片删除背景,使用 u2net 预训练模型
|
- [rembg](https://github.com/danielgatis/rembg): 图片删除背景,使用 u2net 预训练模型
|
||||||
|
|
||||||
### Q&A
|
### Q&A
|
||||||
@ -114,7 +113,13 @@ A:考虑到服务端的开发语言、数据库类型都可能不尽相同,
|
|||||||
|
|
||||||
[](https://star-history.com/#palxiao/poster-design&Date)
|
[](https://star-history.com/#palxiao/poster-design&Date)
|
||||||
|
|
||||||
[后续部分迭代计划记录](https://xp.palxp.cn/#/articles/1689319986889?id=%e8%bf%ad%e4%bb%a3%e8%ae%a1%e5%88%92)
|
#### 部分迭代计划:
|
||||||
|
|
||||||
|
- [ ] P1: 文字特效属性编辑面板开发
|
||||||
|
- [ ] P1:字体抽取功能
|
||||||
|
- [ ] P1:PSD 解析重构(涉及基础库更换)
|
||||||
|
|
||||||
|
[ -> 完整后续迭代计划文档](https://xp.palxp.cn/#/articles/1689319986889?id=%e8%bf%ad%e4%bb%a3%e8%ae%a1%e5%88%92)
|
||||||
|
|
||||||
### LICENSE
|
### LICENSE
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@
|
|||||||
"moveable-helper": "^0.4.0",
|
"moveable-helper": "^0.4.0",
|
||||||
"nanoid": "^3.1.23",
|
"nanoid": "^3.1.23",
|
||||||
"normalize.css": "^8.0.1",
|
"normalize.css": "^8.0.1",
|
||||||
"psd": "^3.4.0",
|
|
||||||
"qr-code-styling": "^1.6.0-rc.1",
|
"qr-code-styling": "^1.6.0-rc.1",
|
||||||
"selecto": "^1.13.0",
|
"selecto": "^1.13.0",
|
||||||
"throttle-debounce": "^3.0.1",
|
"throttle-debounce": "^3.0.1",
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* @Date: 2022-01-10 14:57:53
|
* @Date: 2022-01-10 14:57:53
|
||||||
* @Description: Psd文件解析
|
* @Description: Psd文件解析
|
||||||
* @LastEditors: ShawnPhang <https://m.palxp.cn>
|
* @LastEditors: ShawnPhang <https://m.palxp.cn>
|
||||||
* @LastEditTime: 2023-09-14 18:17:05
|
* @LastEditTime: 2023-09-15 12:57:02
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<div id="page-design-index" ref="pageDesignIndex">
|
<div id="page-design-index" ref="pageDesignIndex">
|
||||||
@ -74,7 +74,7 @@ export default defineComponent({
|
|||||||
const route = useRoute()
|
const route = useRoute()
|
||||||
const { proxy }: any = getCurrentInstance() as ComponentInternalInstance
|
const { proxy }: any = getCurrentInstance() as ComponentInternalInstance
|
||||||
let loading: any = null
|
let loading: any = null
|
||||||
const myWorker = new MyWorker('loadPSD')
|
// const myWorker = new MyWorker('loadPSD')
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
await nextTick()
|
await nextTick()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user