UNPKG

svimg

Version:

Svelte image component with image preprocessing and lazy loading

9 lines (8 loc) 451 B
export { default as imagePreprocessor, type ImagePreprocessorOptions, } from './preprocessor/image-preprocessor'; export type { SrcGenerator, SrcGeneratorInfo } from './core/path-to-url'; import Queue from './core/queue'; export { Queue }; import processImage from './image-processing/process-image'; export { processImage }; import generateComponentAttributes from './component/generate-component-attributes'; export { generateComponentAttributes };