Issue while loading jquery cropzee function in magento2

0

this my phtml file


 require(['jquery','croppr','canvastoblob','FileSaver'],
  function($,croppr,canvastoblob,FileSaver){

$(document).ready(function($) {
    $("#crop").cropzee();
});

var defaultWidth = 210;
$.fn.extend({
    cropzee: function (options = {
    aspectRatio: null,
            maxSize: null,
            minSize: null,
            startSize: [100, 100, '%'],
           .....
           ......
           })
        })

while loading this page show an error in the console like this index:373 Uncaught TypeError: $(...).cropzee is not a function. is there any error in the function call or somewhere else? anybody, please help me to fix this error.

Thanks in advance

crop javascript jquery magento2
2021-10-27 06:48:49
1

0

Place this code before end of the file.Fix my issue.

 $("#crop").cropzee();
});
2021-11-03 12:16:33

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................