KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
photoClip
★ 14
Open GitHub ↗
上传图片裁剪 - amazeui
Download README (.md)
Explore Similar Repositories
amazeui-ec
:
ec
amazeuiUpload
:
Amaze Ui Upload
hugo-theme-amaze
:
a base of AmazeUI hugo blog theme,一个基于AmazeUI的Hugo博客的主题
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
photoClip
?
Download (.md)
# jQuery photoClip ## qq群:82447172 --- ### photoClip jQuery 图片裁剪 - [使用示例1](http://topoadmin.github.io/photoClip/docs/demo.html) - [使用示例2](http://topoadmin.github.io/photoClip/docs/demo2.html) - [API文档](http://github.com/topoadmin/photoClip/blob/master/docs/api.md) **使用说明:** 1. 获取 jQuery photoClip - [直接下载](https://github.com/topoadmin/photoClip/archive/master.zip) 2. 引入 Amaze UI 样式 ```html <link rel="stylesheet" href="dist/amazeui.min.css"/> ``` 3. 引入 photoClip 插件(`dist` 目录下的 JS): ```html <script src="dist/jquery.min.js"></script> <script src="dist/amazeui.min.js"></script> <script src="dist/iscroll-zoom.js"></script> <script src="dist/hammer.js"></script> <script src="dist/photoClip.min.js"></script> ``` 4. 使用方法目前请看 DEMO