Character image metadata for image/png type images.

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

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.