teapub
    Preparing search index...

    Type Alias MissingImage

    MissingImage: "error" | "warn" | "ignore" | "remove"

    how to handle missing images

    A missing image is an <img /> in sections whose src attribute isn't a key in remapping.

    • "error" : throws and error
    • "warn" : logs a warning with information about the missing image
    • "ignore" : do nothing, keep the <img /> element
    • "remove" : filter the <img /> element