/* Copyright (c) 2022 Betim Beja and Shko Online LLC Licensed under the MIT license. */ const backgroundImage = encodeURIComponent(` `); export const showBanner = (name: string) => console.info( `%cShko Online%c\t\r\n%cWe just helped you test your %c${name}%c component!\r\nContact us: %c%s%s%s`, 'font-size:0px;', "background-image:url('data:image/svg+xml;utf8," + backgroundImage + "');background-repeat:no-repeat;color:transparent;background-position:center;font-size:84px;", '', 'font-weight:bold;', 'font-weight:normal;', 'font-weight:bold;', 'sales', '\x40', 'shko.online', );