Hi, I include CamanJs using this:
<script src="../../node_modules/caman/dist/caman.full.min.js"></script>
<script src="../../node_modules/caman/dist/caman.js"></script>.
and use sharpen like this:
this.sharpen(15)
But I still got this error:
this.sharpen is not a function
Why?