Adds a more realistic config for development.

This commit is contained in:
2023-08-15 10:02:30 +02:00
parent a439faa3fe
commit e4d1b83108
9 changed files with 70 additions and 42 deletions

View File

@@ -3,7 +3,6 @@
export let brand: BrandConfig = {};
export let color = 'var(--text)';
console.log(brand);
function masked() {
return brand.logo != undefined && brand.asmask == true;