ericnograles / browser-image-resizer

A tiny browser-based library to downscale and/or resize images using canvas
MIT License
98 stars 42 forks source link

is there a way to clean the cache of first Big image blob ? #18

Closed Aarbel closed 4 years ago

ericnograles commented 4 years ago

@Aarbel sorry for the delay, just getting caught up on this library again.

By cleaning the cache of the first image blob, do you mean that an image you downscaled sticks around in memory and is causing you trouble?

ericnograles commented 4 years ago

I think I see what you mean -- everytime we call the operation, we recreate elements. See my newly merged PR #26. I'll cut a patch version shortly to NPM.

ericnograles commented 4 years ago

@Aarbel please grab v2.1.3 from NPM, I think that should address this issue. Please comment if you continue to have problems, and we can reopen a new issue. Thanks for your patience!