@bachman-dev/wanikani-api-types - v1.8.0
    Preparing search index...

    Interface WKRadicalCharacterImagePngMetadata

    Character image metadata for image/png type images.

    interface WKRadicalCharacterImagePngMetadata {
        color: string;
        dimensions: string;
        style_name: string;
        inline_styles?: undefined;
    }
    Index

    Properties

    color: string

    Color of the asset in hexadecimal.

    dimensions: string

    Dimension of the asset in pixels.

    style_name: string

    A name descriptor.

    inline_styles?: undefined

    A character image of type image/png will never have its inline_styles property defined.