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