I. Advanced Rendering Features
1. Rotation & Mirroring
public async turn90Area(fromX: number, fromY: number, toX: number, toY: number, counterclockwise?: boolean) {
const image = this.hiddenContext.getPixelMap(fromX, fromY, toX - fromX, toY - fromY...