debkbanerji / lego-art-remix

Powerful computer vision assisted Lego mosaic creator · Over 1 million images created (so far!)
https://lego-art-remix.com
GNU General Public License v3.0
275 stars 66 forks source link

[Uncaught ReferenceError: Cropper is not defined] #66

Closed TurboTu closed 2 years ago

TurboTu commented 2 years ago

Caught "Uncaught ReferenceError: Cropper is not defined" error When I follow the steps in build-service-worker.js, the cdn js file cropper.min.js and cropper.min.css can not access, so I replace all cdn js into local js files like ““ and then rebuild again,when I open the web page and upload my image,the "Uncaught ReferenceError: Cropper is not defined" error happened

debkbanerji commented 2 years ago

What changes did you make to the index file? Did the cropper JavaScript load in correctly and did it load in before the files in which it's used?

debkbanerji commented 2 years ago

No response, so closing for now. Feel free to reopen if the issue persists.