Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 697 Bytes

File metadata and controls

26 lines (19 loc) · 697 Bytes

A client-side image editor, made with FFmpeg.wasm and NextJS.

View the live deployment here

Functionalities

  • Add text to image
    • Change color, size, and font-face of the text
  • Add a border/frame to image
    • Change color and size of border
  • Undo Edits serially
    • Revert and apply new edit on a previous edit
  • Add greyscale filter to image
  • Download Edited Image
  • Resize Image dimensions: TODO!
  • Compress Image: TODO!

Preview

image

Run locally

bun dev