Agent Skills by ALSEL
OpenAIソフトウェア開発⭐ リポ 73品質スコア 83/100

helios-player

Helios コンポジションをウェブページに埋め込むための Player API です。コンポジションを再生コントロール付きで表示したい場合、クライアント側でのエクスポート機能を有効にしたい場合、またはピクチャーインピクチャー機能に対応させたい場合に使用します。

description の原文を見る

Player API for embedding Helios compositions in web pages. Use when you need to display a composition with playback controls, enable client-side exporting, or support Picture-in-Picture.

SKILL.md 本文

注意: このスキルのライセンスは NOASSERTION (未指定) です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。

Helios Player API

<helios-player> Web Componentを使用すると、任意のウェブアプリケーションにHelios compositionsを埋め込んで制御できます。compositionをiframeで読み込み、制御と状態管理のためのブリッジを確立します。

クイックスタート

<script type="module" src="path/to/@helios-project/player/dist/index.js"></script>

<helios-player
  src="composition.html"
  width="1280"
  height="720"
  controls
  autoplay
  input-props='{"title": "My Video"}'
></helios-player>

API リファレンス

HTML 属性

属性説明
srcstringcompositionのURL(Helios logicを含む必要があります)
widthnumber表示幅(heightも設定した場合はアスペクト比を維持

...

詳細情報

作者
BintzGavin
リポジトリ
BintzGavin/helios
ライセンス
NOASSERTION
最終更新
2026/5/12

Source: https://github.com/BintzGavin/helios / ライセンス: NOASSERTION

本サイトは GitHub 上で公開されているオープンソースの SKILL.md ファイルをクロール・インデックス化したものです。 各スキルの著作権は原作者に帰属します。掲載に問題がある場合は info@alsel.co.jp または /takedown フォームよりご連絡ください。
原作者: BintzGavin · BintzGavin/helios · ライセンス: NOASSERTION (未指定)