The official NPM module for embedding the Userback.io widget into your Javascript or Typescript application.
npm i @userback/widget
or
yarn add @userback/widget
import Userback from '@userback/widget';
Userback('**USERBACK_TOKEN**', options);For full usage instructions, examples, and API reference, please visit the official Userback NPM integration guide.
