{
  "version": 3,
  "sources": ["../src/index.ts"],
  "sourcesContent": ["export * from './image.js'\n\nexport function metas ({\n    title,\n    description,\n    image,\n    type,\n    name,\n    url\n}:{\n    title:string;\n    description:string;\n    image?:string;\n    type?:string;\n    name?:string;\n    url?:string;\n}):string[] {\n    return [\n        `<meta property=\"og:title\" content=\"${title}\" />`,\n        type ? `<meta property=\"og:type\" content=\"${type}\" />` : '',\n        name ? `<meta property=\"og:site_name\" content=\"${name}\" />` : '',\n        url ? `<meta property=\"og:url\" name=\"og:url\" content=\"${url}\" />` : '',\n        image ? `<meta property=\"og:image\" content=\"${image}\" />` : '',\n        description ? `<meta property=\"og:description\" content=\"${description}\" name=\"description\" />` : '',\n    ]\n}\n"],
  "mappings": "8gBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,WAAAE,IAAA,eAAAC,EAAAH,GAAAI,EAAAC,EAAc,sBAAd,gBAEO,SAASC,EAAO,CACnB,MAAAC,EACA,YAAAC,EACA,MAAAC,EACA,KAAAC,EACA,KAAAC,EACA,IAAAC,CACJ,EAOY,CACR,MAAO,CACH,sCAAsCL,CAAK,OAC3CG,EAAO,qCAAqCA,CAAI,OAAS,GACzDC,EAAO,0CAA0CA,CAAI,OAAS,GAC9DC,EAAM,kDAAkDA,CAAG,OAAS,GACpEH,EAAQ,sCAAsCA,CAAK,OAAS,GAC5DD,EAAc,4CAA4CA,CAAW,0BAA4B,EACrG,CACJ,CAvBgBK,EAAAP,EAAA",
  "names": ["index_exports", "__export", "metas", "__toCommonJS", "__reExport", "index_exports", "metas", "title", "description", "image", "type", "name", "url", "__name"]
}
