Split View
Split View is an open source image comparion web component. See more information and source at https://github.com/onion2k/split-view
Usage
<split-view>
<picture slot="top">
<img src="https://source.unsplash.com/600x400/?day" alt="Day" />
</picture>
<picture slot="bottom">
<img src="https://source.unsplash.com/600x400/?night" alt="Night" />
</picture>
</split-view>