DDNet - v0.8.1
    Preparing search index...

    Interface TeeSkin6Options

    Tee skin options

    interface TeeSkin6Options {
        skinDbUrl?: string;
        skinResource?: string | Buffer<ArrayBufferLike>;
    }
    Index

    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<ArrayBufferLike>

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

    "default"