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 5f893c3 commit 08d4c92Copy full SHA for 08d4c92
web_src/js/features/comp/Cropper.ts
@@ -6,7 +6,7 @@ type CropperOpts = {
6
fileInput: HTMLInputElement,
7
}
8
9
-export async function initCompCropper({container, fileInput, imageSource}:CropperOpts) {
+export async function initCompCropper({container, fileInput, imageSource}: CropperOpts) {
10
const {default: Cropper} = await import(/* webpackChunkName: "cropperjs" */'cropperjs');
11
let currentFileName = '', currentFileLastModified = 0;
12
const cropper = new Cropper(imageSource, {
0 commit comments