mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
6 lines
105 B
JavaScript
Executable File
6 lines
105 B
JavaScript
Executable File
(function($) {
|
|
'use strict';
|
|
$('#cropperExample').cropper({
|
|
aspectRatio: 16 / 9
|
|
});
|
|
})(jQuery); |