feat: add branding watermark feature with customizable options and inspector panel
This commit is contained in:
@@ -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: [],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user