feat(invisible-protections): ✨ Add InvisibleProtectionsDemo component with toggleable invisible protections (watermarking/DRM) and protected-badge.png asset for visual feedback
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
747937734e
commit
bb90128ed1
2 changed files with 11 additions and 0 deletions
|
|
@ -1036,4 +1036,15 @@ const s = {
|
|||
color: '#4a8060',
|
||||
fontSize: '11px',
|
||||
},
|
||||
protectedBadge: {
|
||||
position: 'absolute' as const,
|
||||
top: '4px',
|
||||
right: '4px',
|
||||
background: '#1b5e20cc',
|
||||
borderRadius: '3px',
|
||||
fontSize: '11px',
|
||||
padding: '1px 4px',
|
||||
lineHeight: 1.4,
|
||||
backdropFilter: 'blur(2px)',
|
||||
},
|
||||
} as const;
|
||||
|
|
|
|||
BIN
features/video-studio/protected-badge.png
Normal file
BIN
features/video-studio/protected-badge.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 755 KiB |
Loading…
Add table
Reference in a new issue