1.2.0 • Published 6 years ago
@wonderflow/lighter v1.2.0

Highlight words in a HTML page with ease.

Install
$ npm install @wonderflow/lighterlighter({ 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 examplesAn 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.