how to handle missing images
A missing image is an <img /> in sections whose src attribute isn't a key in remapping.
<img />
src
remapping
"error"
"ignore"
"remove"
Generated using TypeDoc
how to handle missing images
A missing image is an
<img />
in sections whosesrc
attribute isn't a key inremapping
."error"
: throws and error"ignore"
: do nothing, keep the<img />
element"remove"
: filter the<img />
element