We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04005f9 commit f5ede2fCopy full SHA for f5ede2f
example.html
@@ -3,7 +3,8 @@
3
<head>
4
<title>cropper.js example</title>
5
<!-- Import the library js file -->
6
- <script type="text/javascript" src="cropper_jsmin.js"></script>
+ <!-- You might want to use "cropper_jsmin.js" on an actual site -->
7
+ <script type="text/javascript" src="cropper.js"></script>
8
</head>
9
<body>
10
<!-- A canvas which cropper will draw on -->
0 commit comments