An emdaer plugin that renders HTML img elements
npm install @emdaer/plugin-imageAn emdaer plugin that renders HTML img elements
@emdaer/plugin-image is an emdaer plugin โ see the emdaer monorepo for more information
`` Renders HTML img elements. Parameters Examplesmd`imagePlugin
options any options.src string The image URL.options.alt string? The alternative text describing the image.options.align ("left" | "center" | "right")? The alignment of the image with respect to its surrounding context.options.width string? The intrinsic width of the image in pixels.options.height string? The intrinsic height of the image in pixels.
`javascript``
Returns Promise<string> The image element