Closed vanling closed 6 months ago
Maybe this only happened when i tried to use the web version. ( I might close this soon)
Update: ok, so this missing memoize/lodash only happened when using the browser version in nuxt, the node version worked. ( i think i messed up by switching in between.)
Leaving this open to hear your thoughts, might stil be a good change to only import the memoize function instead of the whole lib
Is it still a problem in 1.5 that was released last week? The issue you are referring to was already solved before. It might be a regression though.
So it happened only with the 'browser version', node version works ok in Nuxt/server. I will take another look tomorrow with the browser version in Nuxt/frontend.
@DanielHauschildt closing, can not reproduce on browser or server. I guess I mixed up node and browser version the last time.
fix: https://github.com/imgly/background-removal-js/issues/78
I still had a problem with loading the node lib on Nuxt3 (server) I believe this is the way to fix that issue where the dependency could not be found.
My knowledge of npm with multiple packages like this is minimal, so I hope i did this right