index.mjs 141 B

123456
  1. import { ImagePreview } from "./function-call.mjs";
  2. var stdin_default = ImagePreview;
  3. export {
  4. ImagePreview,
  5. stdin_default as default
  6. };