-
Hello people. I'm trying to take an image and make a part of it transparent, is it possible with this library? I've been able to create part of the image to not be seen by adding a Mask or a Path, but haven't been able to make it transparent meaning that if there was something below the image I would be able to see it, is it possible? I'm trying to use it for OpenAI API
Hopefully somebody can help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
Hey!
Yes, you can achieve that using an SVG mask, as demonstrated in this simple example (the red view is under the SVG image and is visible through the mask):