This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Interactive Brush Overlay UserScript | |
* | |
* This script creates a full-screen canvas overlay that allows users to draw | |
* brush strokes with particle effects. It includes click-through functionality | |
* and dynamic font weight effects on hover. | |
*/ | |
(function () { | |
console.log("Brush overlay init"); |