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:
Claude Code 2026-03-19 21:58:32 -07:00
parent 747937734e
commit bb90128ed1
2 changed files with 11 additions and 0 deletions

View file

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 KiB