@sprig-technologies/sprig-browser
v2.32.2
Published
npm package for the sprig web sdk
Downloads
156,202
Maintainers
Readme
Install with NPM/Yarn
Use the following shell command to install the Sprig SDK. We recommend you update the package regularly for improved functionality and bug fixes. With this installation method, Sprig will be bundled with the rest of your frontend application and be immediately accessible upon page load.
npm install --save @sprig/sprig-browser
Then, in your application, initialize Sprig with your ENVIRONMENT_ID
:
import sprig from '@sprig/sprig-browser';
// or with require() syntax:
// const sprig = require('@sprig/sprig-browser');
export const Sprig = sprig.configure({
environmentId: 'ENVIRONMENT_ID',
}