Files
openclaw/test/helpers/image-fixtures.ts
2026-07-15 22:40:00 -07:00

7 lines
206 B
TypeScript

// Image fixture helper re-exports shared media fixture paths.
export {
createNoisyPngBuffer,
createSolidPngBuffer,
createTinyJpegBuffer,
} from "../../src/plugin-sdk/test-helpers/image-fixtures.js";