A DOM element picker used by Gleap admin tools. It lets a user select a page element and returns a unique CSS selector through onElementPicked.
The helper switches between picker and navigate modes. It excludes the Gleap admin overlay from selection.
For customer-facing live chat, in-app bug reporting and feedback, use the Gleap JavaScript SDK.
Gleap · JavaScript SDK documentation
The package uses Webpack and Babel. Its source is in src/lib/index.js.
npm install
npm run buildThe build setup originated from Francisco Hodge's JavaScript Library Boilerplate Basic. See LICENSE for the retained MIT license and copyright notice.