Skip to content

Headless playback Qwik

The @socialplayer/qwik adapter is a wrapper around the core API.

useSocialPlayer - 336 B

Basic Usage

ts
import { useSocialPlayer } from "@socialplayer/qwik"

const { playbackActions, use } = useSocialPlayer({
  id: "video-id",
})

await use(plugin)