pointNG widget
Instructions how to use pointNG widget.
const pointng = new PointNG({
level: 'country',
api_key: "YOUR-API-KEY-HERE",
currentWidgetPosition: 'right', //options are 'left' and 'right
privacyPolicyLink: 'YOUR-PRIVACY-POLICY-URL'
}); pointng.openWidget(pointng.start())
Last updated