UNPKG

@realfavicongenerator/generate-favicon

Version:
18 lines (17 loc) 591 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initWebAppManifestSettings = void 0; const helper_1 = require("./helper"); const initWebAppManifestSettings = () => ({ transformation: (0, helper_1.initTransformation)(helper_1.IconTransformationType.None, { imageScale: 0.7, backgroundColor: '#ffffff', backgroundRadius: 0 }), name: 'MyWebSite', shortName: 'MySite', backgroundColor: '#ffffff', themeColor: '#ffffff', icon: undefined, }); exports.initWebAppManifestSettings = initWebAppManifestSettings;