index.mjs 250 B

12345678910
  1. import { withInstall } from "../utils/index.mjs";
  2. import _Image from "./Image.mjs";
  3. const Image = withInstall(_Image);
  4. var stdin_default = Image;
  5. import { imageProps } from "./Image.mjs";
  6. export {
  7. Image,
  8. stdin_default as default,
  9. imageProps
  10. };