{
  "version": 3,
  "sources": ["../../../../src/core/content/LmImage.tsx"],
  "sourcesContent": ["import { Image, ImageProps, Stack } from 'tamagui'\n\nexport type LmImageProps = ImageProps\n\nexport function LmImage({ aspectRatio, ...props }: LmImageProps) {\n  if (aspectRatio) {\n    return (\n      <Stack width={'100%'} aspectRatio={aspectRatio} position={'relative'}>\n        <Image\n          {...props}\n          aspectRatio={aspectRatio}\n          width={'100%!important'}\n          height={'100%!important'}\n          resizeMode={'contain'}\n        />\n      </Stack>\n    )\n  }\n  return <Image {...props} />\n}\n"],
  "mappings": "AAAA,SAAS,OAAmB,aAAa;AAIlC,SAAS,QAAQ,EAAE,gBAAgB,MAAM,GAAiB;AAC/D,MAAI,aAAa;AACf,WACE,CAAC,MAAM,MAAO,OAAQ,aAAa,aAAa,SAAU,WACxD,CAAC,UACK,OACJ,aAAa,aACb,MAAO,iBACP,OAAQ,iBACR,WAAY,UACd,EACF,EARC;AAAA,EAUL;AACA,SAAO,CAAC,UAAU,OAAO;AAC3B;",
  "names": []
}
