Skip to content

StevenYuysy/Cropper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amaze UI cropper


Cropper 插件 Amaze UI 样式移植。

使用说明:

  1. 获取 Amaze UI cropper
  1. 在 Amaze UI 样式之后引入 cropper 样式(dist 目录下的 CSS):

Amaze UI cropper 依赖 Amaze UI 样式。

<link rel="stylesheet" href="path/to/amazeui.min.css"/>
<link rel="stylesheet" href="path/to/amazeui.cropper.min.css"/>
  1. 引入 cropper 插件(dist 目录下的 JS):
<script src="path/to/jquery.min.js"></script>
<script src="path/to/amazuui.min.js"></script>
<script src="path/to/cropper.min.js"></script>
  1. 初始化 cropper:
$(function() {
    $('#my-cropper').cropper();
});

About

amazeui-plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages