Stanko / react-image-filter

Lightweight React component, for applying color filters on images, works in all modern browsers plus IE10+ and Edge.
https://muffinman.io/react-image-filter/
MIT License
57 stars 3 forks source link

Can i convert filtered image to base64 url? #1

Open mrjosshi opened 5 years ago

mrjosshi commented 5 years ago

I want to filter my local image before upload on server in base64 format. So how could i get filtered base64 image url?

Thanks

argodeep commented 5 years ago

How can i convert filtered image?

TaylorFarley commented 3 years ago

I want to filter my local image before upload on server in base64 format. So how could i get filtered base64 image url?

Thanks

Did you ever get this