Installation
This page helps developers set up the Streampixel WebSDK in their frontend project.
Installing the SDK
npm install https://github.com/infinity-void-metaverse/Streampixel-Web-SDKπ Folder Structure (Recommended)
/src
βββ components/
βββ StreamPixelApp.js
βββ App.js
βββ index.js
β
Importing the SDK
import { StreamPixelApplication } from 'streampixelsdk';π Requirements
Last updated