@wistia/wistia-player
TypeScript icon, indicating that this package has built-in type declarations

0.1.8 • Public • Published

Wistia Player Web Component

<wistia-player> is Wistia's embeddable web component which can be used to add responsive, lightweight, and SEO-friendly videos to your site.

For more usage information, check out our Wistia Player documentation.

Getting started

npm install @wistia/wistia-player

Simple player

The only required attribute is media-id, the ID of the media that will be embedded.

import '@wistia/wistia-player';

<wistia-player media-id="abc123"></wistia-player>;

Player with embed options

import '@wistia/wistia-player';

<wistia-player media-id="abc123" player-color="1e64f0"></wistia-player>;

Dependencies (5)

Dev Dependencies (18)

Package Sidebar

Install

npm i @wistia/wistia-player

Weekly Downloads

40,909

Version

0.1.8

License

MIT

Unpacked Size

2.04 MB

Total Files

166

Last publish

Collaborators

  • wistia_engineering
  • okize