/** * QA360 Visual Testing Module * * P0 Features: Visual regression testing with pixel diff */ export { PixelDiff, compareImages, compareImageBuffers, type PixelDiffResult, type PixelDiffOptions, } from './pixel-diff.js'; export { Screenshot, screenshot, type ScreenshotCaptureOptions, type ScreenshotCompareResult, type BaselineConfig, } from './screenshot-helper.js';