MCPcopy Create free account
hub / github.com/danvk/webdiff / ImageSwipeProps

Interface ImageSwipeProps

ts/ImageSwipe.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import {makePerceptualBoxDiv} from './image_utils';
6
7export interface ImageSwipeProps extends ImageDiffProps {
8 mode?: 'swipe' | 'onion-skin';
9}
10
11// Two images on top of one another with a cross-fader
12export function ImageOnionSkin(props: ImageDiffProps) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected