@playform/favicon - v0.1.0
    Preparing search index...

    Variable settings

    settings: {
        Desktop: {
            RegularIconTransformation: {
                Type: Background;
                BackgroundColor: string;
                BackgroundRadius: number;
                ImageScale: number;
            };
            DarkIconType: "specific";
            DarkIconTransformation: {
                Type: Background;
                BackgroundColor: string;
                BackgroundRadius: number;
                ImageScale: number;
            };
        };
        Touch: {
            Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
            AppTitle: string;
        };
        WebAppManifest: {
            Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
            BackgroundColor: string;
            ThemeColor: string;
            Name: string;
            ShortName: string;
        };
    }

    Type Declaration

    • Desktop: {
          RegularIconTransformation: {
              Type: Background;
              BackgroundColor: string;
              BackgroundRadius: number;
              ImageScale: number;
          };
          DarkIconType: "specific";
          DarkIconTransformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
      }
    • Touch: {
          Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
          AppTitle: string;
      }
    • WebAppManifest: {
          Transformation: { Type: Background; BackgroundColor: string; BackgroundRadius: number; ImageScale: number };
          BackgroundColor: string;
          ThemeColor: string;
          Name: string;
          ShortName: string;
      }