# focusany-plugin-ImageBeautifier **Repository Path**: modstart-lib/focusany-plugin-ImageBeautifier ## Basic Information - **Project Name**: focusany-plugin-ImageBeautifier - **Description**: FocusAny插件 图片美化 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: https://focusany.com/plugin/ImageBeautifier - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-02 - **Last Updated**: 2025-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FocusANy插件 截图美化工具 ![preview](https://github.com/CH563/image-beautifier/blob/main/preview.png) 预览地址:[https://screenshot.shoteasy.fun/](https://screenshot.shoteasy.fun/) ## 安装 ```bash npm install image-beautifier ``` ## 例子 React 组件 ```jsx import { ImageBeautifier } from 'image-beautifier'; import 'image-beautifier/lib/style.css'; function App() { return (); } ``` - 用于截图美化 - 图片批注 - 修改尺寸,预设各个社媒平台发布的尺寸模板 - 方框,圆圈,箭头,Emoji表情等各种尺寸的批注 - 图片局部放大功能 - 添加水印 - 画布任意缩放和拖拉 - 设备套壳(macbook/iphone等) TODO: - Redo / Undo 步骤记录 - 接入Unsplash背景图 - 文字卡片 - 代码美化卡片 - GIF动画 将使用于谷歌截图插件: [ShotEasy](https://chromewebstore.google.com/detail/nmppkehciohcgcehlnifgeokgioidknh) 使用框架 [LeaferJs](https://github.com/leaferjs/ui)