mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-22 03:05:28 +01:00
6 lines
105 B
JavaScript
Executable File
6 lines
105 B
JavaScript
Executable File
(function($) {
|
|
'use strict';
|
|
$('#cropperExample').cropper({
|
|
aspectRatio: 16 / 9
|
|
});
|
|
})(jQuery); |