@sellersmith/image2sections
v1.0.2
Published
A utility to split image into sections
Readme
Image Section Splitter
A browser-based utility that splits images into sections by detecting uniform color gaps. Useful for breaking down long screenshots or images into meaningful segments.
Usage
import imageSplitter from '@sellersmith/image2sections';
// Split from URL
const sections = await imageSplitter.fromUrl('https://example.com/image.png');
