lighthigh

0.0.1 • Public • Published

Highlight any node on the page, primarily elements and text.

npm install lightligh
var LightHigh = require('lightligh');
var item = document.querySelector('.item');

var lighthigh = new LightHigh;

//highlight item
lighthigh.on(item);

//fade out
lighthigh.off();

Package Sidebar

Install

npm i lighthigh

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • dfcreative