I use the CSSGram library to apply some CSS filters to my images, like this :
<figure class="aden">
<img src="../img.png">
</figure>
The problem is that I have to send the image with the applied filter to my server. I have try with Javascript & the canvas, but without success ! Unfortunately, I can't find any solution that works on all browsers and even on mobile!
I'm searching for a solution, but can't find a method that works with CSS filter & blend mode (and not Canvas filter, which is a different beast).
Any idea?