mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-23 10:55:31 -06:00
5 lines
246 B
TypeScript
5 lines
246 B
TypeScript
// Narrow shared media-generation runtime helpers for bundled and third-party plugins.
|
|
|
|
export { resolveClosestSize } from "../media-generation/runtime-shared.js";
|
|
export { resolveGeneratedMediaMaxBytes } from "../media/configured-max-bytes.js";
|