UpscalerJS
UpscalerJS copied to clipboard
Unable to run the project
Describe the bug I tried to run some examples but it shows this error: "@parcel/core: Failed to resolve '@upscalerjs/esrgan-slim' from './node_modules/upscaler/dist/browser/esm/dependencies.generated.js'"
To Reproduce
- git clone the project
- cd examples/progress
- yarn install, yarn start
Expected behavior Should be run without any issues
Screenshots

Thanks for reporting this, @stvegerrad.
Out of curiosity, can you run the example in examples/basic?
(Most of the examples I still need to update for 1.0.0, but basic should be one of the few that's been updated already.)
Got it.
I already test examples/basic project and it works well.
Excuse me, could you tell me how long does it take to update full examples to the current version?
Hard to say - some should be quick to change over, but others will require some refactoring.
I can prioritize the ones you're interested in if you let me know them, or else I'll just go in alphabetical order.
The following examples are updated and should be working:
- basic
- cancel
- progress
- react-demo
- tensor
- upload
- warmup
- webcam
The others still have some sort of related bug which I'm working on fixing.
Thanks for your effort.
All the examples should now be updated. Please take a look!
For any issues with particular examples, please open a new issue for that bug.