Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 930 Bytes

File metadata and controls

22 lines (13 loc) · 930 Bytes

Gleap JavaScript Admin Helper

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

Development

The package uses Webpack and Babel. Its source is in src/lib/index.js.

npm install
npm run build

Attribution and license

The build setup originated from Francisco Hodge's JavaScript Library Boilerplate Basic. See LICENSE for the retained MIT license and copyright notice.