Image Diff


A "diff" component to show a side-by-side comparison of two images. Useful if you're adding AI image editing features.

Image Diff

import ImageDiff from "@/components/ImageDiff";
 
...
 
<ImageDiff imgBeforePath="/old_image.png" imgAfterPath="/new_image.png" />

Last Updated: March 5