element-inspector

0.1.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i element-inspector

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

5.57 kB

Total Files

4

Last publish

Collaborators

  • antonybudianto