Are there any JavaScript libraries available to simulate the CSS image-mask
property since it is not widely supported by browsers? I've been experimenting with creating a white image containing transparent areas in the shape of the design elements I want, then overlaying a background color to create the effect. However, this method has limitations when dealing with overlapping elements as the edges of the white image become visible against the backgrounds of other parts.