Installation
First of all, you will need to install OBS Websocket v5 if you do not have it installed.
Core​
Then, install @sceneify/core with your package manager of choice:
- npm
- Yarn
- pnpm
npm i @sceneify/core@beta
yarn add @sceneify/core@beta
pnpm i @sceneify/core@beta
Extra Packages​
Technically, @sceneify/core is all you need to use Sceneify, but there are more packages that help to improve the experience:
- @sceneify/sources : Types and implementations for all of OBS's default sources, including special implementations for BrowserSource
- @sceneify/filters: Types and implementations for all of OBS's default filters
These can be installed in the same way as before:
- npm
- Yarn
- pnpm
npm i @sceneify/sources@beta @sceneify/filters@beta
yarn add @sceneify/sources@beta @sceneify/filters@beta
pnpm i @sceneify/sources@beta @sceneify/filters@beta