Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
buffer.drawImage(image, x, y, width, height);
buffer.setComposite(AlphaComposite.DstIn);
buffer.drawImage(mask, x, y, width, height);