Variable defaultDecoyOptionsConst

defaultDecoyOptions: SetDecoyOptions = ...

Default configuration options for decoy characters.

These values create subtle background noise that confuses OCR systems without significantly impacting human readability. The decoy characters are smaller and use a neutral gray color.

Example

// Default decoy character configuration
const defaults = {
color: '#646566', // Neutral gray color
font: 'Sans', // Same font as main text
size: 20, // Smaller than default text (40px)
opacity: 0.8 // 80% opacity
};