@wonderflow/lighter
v1.2.0
Published
Highlight words in a HTML page with ease
Downloads
7
Readme
Highlight words in a HTML page with ease.
Install
$ npm install @wonderflow/lighter
lighter({ node, text })
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' })
Bundling
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.
Examples
If you run:
$ npm run examples
An http-server instance will boot locally with some examples (look at source code)
Author
License
This project is licensed under the MIT license. See the LICENSE file for more info.