Initializing SDK

To install Renderer, complete the steps below.

Step 1: Install the package

The Renderer SDK is available as a public npm package. Run the following command to install it:

npm install @seatmap.pro/renderer

Or if you’re using yarn:

yarn add @seatmap.pro/renderer

Step 2: Start using the SDK

Once the installation is complete, you can import and use the Renderer in your project:

import { Renderer } from '@seatmap.pro/renderer';

For more information, visit the npm package page.