Я попробовал учебник по этой ссылке
Мой код
<!DOCTYPE html>
<html>
<head>
<link href="cropper.css" rel="stylesheet" />
</head>
<body>
<img id="teh" src="image.png" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="cropper.js"></script>
<script>
$("#teh").cropper();
</script>
</body>
</html>
Но, он попадает в ошибку Uncaught TypeError: $(...).cropper is not a function
при $("#teh").cropper();