hi I want to rotate my PNG with this code below :
async function rotateImage(imageBase64, rotation) { var img = new Image(); img.src = imageBase64