Skip to content

Commit f5ede2f

Browse files
committed
Switched the example to use the unminified js file
1 parent 04005f9 commit f5ede2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<title>cropper.js example</title>
55
<!-- Import the library js file -->
6-
<script type="text/javascript" src="cropper_jsmin.js"></script>
6+
<!-- You might want to use "cropper_jsmin.js" on an actual site -->
7+
<script type="text/javascript" src="cropper.js"></script>
78
</head>
89
<body>
910
<!-- A canvas which cropper will draw on -->

0 commit comments

Comments
 (0)