Interface TeeSkin7Options

Options for TeeSkin7

interface TeeSkin7Options {
    body?:
        | "bat"
        | "bear"
        | "beaver"
        | "dog"
        | "force"
        | "fox"
        | "hippo"
        | "kitty"
        | "koala"
        | "monkey"
        | "mouse"
        | "piglet"
        | "raccoon"
        | "spiky"
        | "standard"
        | "x_ninja";
    decoration?:
        | null
        | "hair"
        | "twinbopp"
        | "twinmello"
        | "twinpen"
        | "unibop"
        | "unimelo"
        | "unipento";
    eyes?:
        | "standard"
        | "x_ninja"
        | "colorable"
        | "negative"
        | "standardreal";
    feet?: "standard";
    marking?:
        | null
        | "bear"
        | "fox"
        | "monkey"
        | "belly1"
        | "belly2"
        | "blush"
        | "bug"
        | "cammo1"
        | "cammo2"
        | "cammostripes"
        | "coonfluff"
        | "donny"
        | "downdony"
        | "duodonny"
        | "hipbel"
        | "lowcross"
        | "lowpaint"
        | "marksman"
        | "mice"
        | "mixture1"
        | "mixture2"
        | "panda1"
        | "panda2"
        | "purelove"
        | "saddo"
        | "setisu"
        | "sidemarks"
        | "singu"
        | "stripe"
        | "striped"
        | "stripes"
        | "stripes2"
        | "thunder"
        | "tiger1"
        | "tiger2"
        | "toptri"
        | "triangular"
        | "tricircular"
        | "tripledon"
        | "tritri"
        | "twinbelly"
        | "twincross"
        | "twintri"
        | "uppy"
        | "warpaint"
        | "warstripes"
        | "whisker"
        | "wildpaint"
        | "wildpatch"
        | "yinyang";
}

Properties

body?:
    | "bat"
    | "bear"
    | "beaver"
    | "dog"
    | "force"
    | "fox"
    | "hippo"
    | "kitty"
    | "koala"
    | "monkey"
    | "mouse"
    | "piglet"
    | "raccoon"
    | "spiky"
    | "standard"
    | "x_ninja"
decoration?:
    | null
    | "hair"
    | "twinbopp"
    | "twinmello"
    | "twinpen"
    | "unibop"
    | "unimelo"
    | "unipento"
eyes?:
    | "standard"
    | "x_ninja"
    | "colorable"
    | "negative"
    | "standardreal"
feet
marking?:
    | null
    | "bear"
    | "fox"
    | "monkey"
    | "belly1"
    | "belly2"
    | "blush"
    | "bug"
    | "cammo1"
    | "cammo2"
    | "cammostripes"
    | "coonfluff"
    | "donny"
    | "downdony"
    | "duodonny"
    | "hipbel"
    | "lowcross"
    | "lowpaint"
    | "marksman"
    | "mice"
    | "mixture1"
    | "mixture2"
    | "panda1"
    | "panda2"
    | "purelove"
    | "saddo"
    | "setisu"
    | "sidemarks"
    | "singu"
    | "stripe"
    | "striped"
    | "stripes"
    | "stripes2"
    | "thunder"
    | "tiger1"
    | "tiger2"
    | "toptri"
    | "triangular"
    | "tricircular"
    | "tripledon"
    | "tritri"
    | "twinbelly"
    | "twincross"
    | "twintri"
    | "uppy"
    | "warpaint"
    | "warstripes"
    | "whisker"
    | "wildpaint"
    | "wildpatch"
    | "yinyang"