mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 19:35:28 -06:00
7 lines
206 B
TypeScript
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";
|