mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-15 14:33:36 +01:00
Add informational console log
This commit is contained in:
parent
4a17422bd6
commit
0e21f1aec8
1 changed files with 14 additions and 1 deletions
|
@ -244,3 +244,16 @@ const variationsConfig = {
|
|||
// }
|
||||
}
|
||||
window.variationsConfig = variationsConfig
|
||||
|
||||
console.info(`%cThe 2022 r/place Atlas
|
||||
%cCopyright (c) 2017 Roland Rytz <roland@draemm.li>
|
||||
Copyright (c) 2022 Place Atlas contributors
|
||||
Licensed under AGPL-3.0 (https://place-atlas.stefanocoding.me/license.txt)
|
||||
|
||||
https://place-atlas.stefanocoding.me/
|
||||
https://discord.gg/pJkm23b2nA
|
||||
https://reddit.com/r/placeatlas2
|
||||
https://github.com/placeAtlas/atlas
|
||||
|
||||
To get the image of the canvas, use downloadCanvas().
|
||||
`, 'font-size: 150%; line-height: 150%', '')
|
Loading…
Reference in a new issue