muerwre.github.io/nuxt/ProseImg.fb70c53a.js
muerwre 07112d2a58 commit 3246c87c51
Author: Fedor Katurov <gotham48@gmail.com>
Date:   Mon Nov 7 15:28:00 2022 +0600

    fixed illustrations size and skin tone
2022-11-07 09:29:52 +00:00

1 line
394 B
JavaScript

import{a as e,o as i,e as a}from"./entry.67e3e390.js";const r=["src","alt","width","height"],c=e({__name:"ProseImg",props:{src:{type:String,default:""},alt:{type:String,default:""},width:{type:[String,Number],default:void 0},height:{type:[String,Number],default:void 0}},setup(t){return(n,h)=>(i(),a("img",{src:t.src,alt:t.alt,width:t.width,height:t.height},null,8,r))}});export{c as default};