image-beautifier 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/lib/image-beautifier.es.js +1883 -1530
- package/lib/style.css +1 -1
- package/package.json +15 -7
package/README.md
CHANGED
|
@@ -27,14 +27,15 @@ function App() {
|
|
|
27
27
|
- 图片批注
|
|
28
28
|
- 修改尺寸,预设各个社媒平台发布的尺寸模板
|
|
29
29
|
- 方框,圆圈,箭头,Emoji表情等各种尺寸的批注
|
|
30
|
+
- 图片局部放大功能
|
|
30
31
|
- 添加水印
|
|
31
32
|
- 画布任意缩放和拖拉
|
|
33
|
+
- 设备套壳(macbook/iphone等)
|
|
32
34
|
|
|
33
35
|
|
|
34
36
|
TODO:
|
|
35
37
|
|
|
36
38
|
- Redo / Undo 步骤记录
|
|
37
|
-
- 设备套壳(macbook/iphone等)
|
|
38
39
|
- 接入Unsplash背景图
|
|
39
40
|
- 文字卡片
|
|
40
41
|
- 代码美化卡片
|