跳转至

maliang.media.icons

字数 9 个   阅读时间不到 1 分钟   访问量

源代码:maliang/media/icons.py

All icons with base64 format

函数:

  • parse

    Parse the base64 data to enhanced.PhotoImage with diffrent themes.

parse

parse(
    *, light: str = "black", dark: str = "white"
) -> dict[str, dict[typing.Literal["light", "dark"], enhanced.PhotoImage]]

Parse the base64 data to enhanced.PhotoImage with diffrent themes.