0.0.23 • Published 4 months ago

skara-player-plugin v0.0.23

Weekly downloads
-
License
ISC
Repository
-
Last release
4 months ago

webflow-video-plugin

Steps to create a CDN link to use this project

  1. Publish this project to NPM
  2. Use UNPKG to create two CDN links using the following pattern: unpkg.com/:package@:version/:file The final two links are: https://unpkg.com/skara-webflow-video-plugin@0.0.1/dist/index.js, https://unpkg.com/skara-webflow-video-plugin@0.0.1/dist/index.css

How to use it as html file

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="https://unpkg.com/skara-webflow-video-plugin@0.0.1/dist/index.css">
    <title>Document</title>
</head>

<body>
    <div id="player"
        src="https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel.ism/.m3u8"
        style="width: 600px; height: 400px;"></div>
</body>
<script type="module" src="https://unpkg.com/skara-webflow-video-plugin@0.0.1/dist/index.js"></script>

</html>
0.0.20

4 months ago

0.0.23

4 months ago

0.0.17

4 months ago

0.0.18

4 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.12

4 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.15

4 months ago

0.0.9

4 months ago

0.0.16

4 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.2

5 months ago

0.0.1

5 months ago