elm-html-string icon indicating copy to clipboard operation
elm-html-string copied to clipboard

Expose Html type variants

Open MartinSStewart opened this issue 4 years ago • 0 comments

It would be nice to be able to inspect the contents of Html. My use case for this is to be able to recursively check for base64 images in some html and convert them into attachments when sending html in an email. Right now this isn't possible since the Html type is opaque.

MartinSStewart avatar Jan 23 '21 19:01 MartinSStewart