@eyeballs/player
v0.1.2
Published
Shared Eyeballs full-video player and Media Chrome theme.
Downloads
217
Readme
@eyeballs/player
Shared full-video playback for the Eyeballs app and starter websites.
This package contains:
- the
eyeballs-minimalMedia Chrome theme - the
FullVideoPlayerReact component for intentional full-video viewing
Preview loops, carousels, hero video, and editor workflows remain project-specific.
React Player
import { FullVideoPlayer } from '@eyeballs/player/react';
<FullVideoPlayer
playbackId={video.media.mux_playback_id}
videoId={video.id}
title={video.title}
posterUrl={video.media.poster_url}
posterPlaceholder={video.media.mux_blur_placeholder}
/>;Playback tracking is disabled by default to preserve the existing app and starter behavior.
Theme Only
Editor or other project-specific players can load only the shared theme:
await import('@eyeballs/player/theme');The theme registers media-theme-eyeballs-minimal and the mobile tap gesture receiver.
