MCPcopy Index your code
hub / github.com/CH563/image-beautifier

github.com/CH563/image-beautifier @v1.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.0 ↗ · + Follow
118 symbols 365 edges 46 files 0 documented · 0% updated 7d agov1.0.0 · 2024-08-17★ 138
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

截图美化工具

preview

预览地址:https://screenshot.shoteasy.fun/

安装

npm install image-beautifier

例子

React 组件

import { ImageBeautifier } from 'image-beautifier';
import 'image-beautifier/lib/style.css';

function App() {
  return (<ImageBeautifier />);
}
  • 用于截图美化
  • 图片批注
  • 修改尺寸,预设各个社媒平台发布的尺寸模板
  • 方框,圆圈,箭头,Emoji表情等各种尺寸的批注
  • 添加水印
  • 画布任意缩放和拖拉
  • 设备套壳(macbook/iphone等)

TODO:

  • Redo / Undo 步骤记录
  • 接入Unsplash背景图
  • 文字卡片
  • 代码美化卡片
  • GIF动画

将使用于谷歌截图插件: ShotEasy

使用框架

LeaferJs

Core symbols most depended-on inside this repo

Shape

Function 63
Method 49
Class 6

Languages

TypeScript100%

Modules by API surface

src/stores/editor.js24 symbols
src/stores/option.js19 symbols
src/utils/utils.js13 symbols
src/utils/UndoRedoManager.js12 symbols
src/components/sideBar/SizeBar.jsx5 symbols
src/components/sideBar/DownloadBar.jsx4 symbols
src/components/init/Init.jsx4 symbols
src/components/header/Header.jsx4 symbols
src/components/sideBar/Position.jsx3 symbols
src/components/sideBar/DrawerBar.jsx3 symbols
src/components/sideBar/CropperImage.jsx3 symbols
src/components/header/EmojiSelect.jsx3 symbols

For agents

$ claude mcp add image-beautifier \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page