Installing the SDK
The ReportLayer SDK is a JavaScript library that enables rendering reports in your application. The SDK is an npm module that can be installed using Yarn or npm.
Run one of the commands below from your application's root directory.
Installing with Yarn
yarn add reportlayer
Installing with npm
npm i -S reportlayer