Highlight words in a HTML page with ease.
$ npm install @wonderflow/lighter
The lighter
function accepts two arguments:
node
(required): a DOM node referencetext
(required): the text you need to highlight
const lighter = require('@wonderflow/lighter')
lighter({ node: document.querySelector('.test'), text: 'dolor' })
On local examples we're using browserify to build the bundle.js
file, but you can use any existing bundler with ease like Webpack or Parcel.
If you run:
$ npm run examples
An http-server instance will boot locally with some examples (look at source code)
This project is licensed under the MIT license. See the LICENSE file for more info.