DEFAULT_CONFIG: {
    mode: string;
    options: {
        haloColor: number[];
        haloOpacity: number;
    };
} = ...