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());
The Rotate effect lets users rotate their images before uploading them.
import { Uppload, Rotate } from "uppload";
const profilePicture = new Uppload();
profilePicture.use(new Rotate());