feat: add branding watermark feature with customizable options and inspector panel

This commit is contained in:
2026-01-07 18:48:21 +02:00
parent 07a48e67f4
commit 5b5646ed78
5 changed files with 412 additions and 0 deletions
+15
View File
@@ -74,6 +74,21 @@ const defaultSnap: Snap = {
fontSize: 16,
fontFamily: 'Inter',
},
branding: {
enabled: false,
position: 'bottom-right',
name: '',
website: '',
social: {},
showName: true,
showWebsite: true,
showSocial: true,
fontSize: 14,
fontFamily: 'Inter',
color: '#ffffff',
opacity: 0.8,
padding: 24,
},
},
elements: [],
};