Interface TeeSkin6Options

Tee skin options

interface TeeSkin6Options {
    skinDbUrl?: string;
    skinResource?: string | Buffer;
}

Properties

skinDbUrl?: string

The url to query in case skinResource is a string.

The "/" at the end of the url is important.

"https://skins.scrumplex.net/skin/"
skinResource?: string | Buffer

The resource to use, pass a Buffer for loading local custom skins, otherwise a skin name.

"default"