0.1.1 • Published 6 years ago

element-inspector v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

element-inspector

How to use

npm i element-inspector
import { startPick } from 'element-inspector'

startPick({
  onClick: (el) => console.log(el)
});

Development

Link your library for local use

npm link

# change dir to your app that will use this lib, and run:
npm link <my-lib>

Test

npm test

Build

npm run build

Publish

npm publish

License

MIT

Credits

Thanks for @jamesbechet for his work in https://github.com/jamesbechet/element-picker. I modified it to suite my needs and some enhancements. His work is attributed in LICENSE file.

0.1.1

6 years ago

0.1.0

6 years ago