MCPcopy
hub / github.com/klinecharts/KLineChart / logTag

Function logTag

src/common/utils/logger.ts:44–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42}
43
44export function logTag (): void {
45 log(
46 '%c❤️ Welcome to klinecharts. Version is __VERSION__',
47 'border-radius:4px;border:dashed 1px #1677FF;line-height:70px;padding:0 20px;margin:16px 0;font-size:14px;color:#1677FF;',
48 '',
49 '',
50 '',
51 ''
52 )
53}

Callers 1

initFunction · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected