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
|
@ -243,4 +243,17 @@ const variationsConfig = {
|
|||
// icon: '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" viewBox="0 0 192 192" aria-hidden="true"><path d="M-.07,0V192H191.93V38h-38V117.2l-28.5,28.8h-29.6l-24.89,25.2v-25.2H38.93V38h115V0H-.07Z"/><path d="M72.56,73.7l-7.64,7.64,7.87,7.87-7.87,7.87,7.64,7.64,7.87-7.87,7.87,7.87,7.63-7.64-7.87-7.87,7.87-7.87-7.63-7.64-7.87,7.87-7.87-7.87Z"/><path d="M137.39,73.7l-7.87,7.87-7.87-7.87-7.63,7.63,7.87,7.87-7.87,7.87,7.64,7.64,7.87-7.87,7.87,7.87,7.64-7.64-7.87-7.87,7.87-7.87-7.64-7.64Z"/></svg>'
|
||||
// }
|
||||
}
|
||||
window.variationsConfig = 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