Flip

The Flip effect lets users flip their images before uploading them. Users can choose to flip vertically or horizontally.

import { Uppload, Flip } from "uppload";

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

Screenshot of the Flip effect