Rotate

The Rotate effect lets users rotate their images before uploading them.

import { Uppload, Rotate } from "uppload";

const profilePicture = new Uppload();
profilePicture.use(new Rotate());

Screenshot of the Rotate effect