Skip to content

antonybudianto/element-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published