UNPKG

@realfavicongenerator/generate-favicon

Version:
14 lines (13 loc) 462 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.initTouchIconSettings = void 0; const helper_1 = require("./helper"); const initTouchIconSettings = () => ({ transformation: (0, helper_1.initTransformation)(helper_1.IconTransformationType.None, { imageScale: 0.7, backgroundColor: '#ffffff', backgroundRadius: 0 }), appTitle: null }); exports.initTouchIconSettings = initTouchIconSettings;