0.0.3 • Published 8 months ago

@y0ngha/textarea-highlight v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Textarea highlighting


Node Version: v20.3.1


Usage:

// create
const hwit = new HighlightWithInTextarea(
    elements, 
    { 
        highlight: 'hwit', 
        backgroundColor: 'white', 
        textColor: 'yellow' 
    }
);

//destory
hwit.destroy();
0.0.3

8 months ago

0.0.2

8 months ago