Skip to content

guidupuy/texthighlighter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextHighlighter

TextHighlighter allows you to highlight text on web pages. Just select it!

Getting started

Install with npm:

$ npm install texthighlighter

Use with webpack / browserify:

var TextHighlighter = require("texthighlighter");
var hltr = new TextHighlighter(document.body);

Lightweight CommonsJS port of text highlighter module by mir3z - jQuery integration not ported. For more details, please refer to the original module's Github page

About

TextHighlighter allows you to highlight text on web pages.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%