# draken-player

> Draken Player

Latest version **0.4.1** (published 2022-09-12) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install draken-player
pnpm add draken-player
yarn add draken-player
bun add draken-player
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.1 |
| Published | 2022-09-12 |
| First published | 2022-01-27 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 109.3 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Asaichi, LLC. |
| Maintainers | taichi0529 |
| Keywords | hls, html5, player, video |

## Links

- npm: https://www.npmjs.com/package/draken-player
- Repository: https://github.com/asaichi2017/draken-player
- Homepage: https://github.com/asaichi2017/draken-player#readme
- Issues: https://github.com/asaichi2017/draken-player/issues
- npm.io page: https://npm.io/package/draken-player

## Dependencies (5)

- [axios](https://npm.io/package/axios.md) ^0.25.0
- [video.js](https://npm.io/package/video.js.md) ^7.14.3
- [@types/video.js](https://npm.io/package/@types/video.js.md) ^7.3.26
- [videojs-contrib-quality-levels](https://npm.io/package/videojs-contrib-quality-levels.md) ^2.1.0
- [@types/videojs-contrib-quality-levels](https://npm.io/package/@types/videojs-contrib-quality-levels.md) ^2.0.1

## Alternatives

- [@tsparticles/shape-image](https://npm.io/package/@tsparticles/shape-image.md) — 303.7K weekly downloads
- [@tsparticles/shape-line](https://npm.io/package/@tsparticles/shape-line.md) — 233.7K weekly downloads
- [stringify-attributes](https://npm.io/package/stringify-attributes.md) — 58.6K weekly downloads
- [mobile-drag-drop](https://npm.io/package/mobile-drag-drop.md) — 46.3K weekly downloads
- [@comunica/actor-rdf-parse-html](https://npm.io/package/@comunica/actor-rdf-parse-html.md) — 29.2K weekly downloads

## Recent versions

- 0.4.1 (latest) — 2022-09-12
- 0.4.0 — 2022-04-16
- 0.3.0 — 2022-03-04
- 0.2.1 — 2022-02-25
- 0.2.0 — 2022-02-24
- 0.1.5 — 2022-02-08
- 0.1.4 — 2022-02-08
- 0.1.3 — 2022-01-31
- 0.1.2 — 2022-01-30
- 0.1.1 — 2022-01-27

## README

# draken-player

## 環境構築

```sh
# 依存パッケージをインストール
yarn

# コンテンツIDを設定
# src/main.tsとdemo.htmlで参照
# buildにはこの値は出力されない
cp ./.env.development{,.local}
vi ./.env.development.local # 実際に使うコンテンツIDを入力
```

## 開発環境

```sh
yarn dev
```

## ビルド

```sh
# endpointを固定の値に埋め込みたい場合は編集する
cp ./.env.production{,.local}
vi ./.env.production.local
yarn build
```

## デモ(ビルドした後の js で確認する場合)

```sh
yarn build:browser
vi ./demo.html # コンテンツIDやendpointなどを編集する
# yarn add global http-server
http-server
open http://localhost:8080/demo.html
```

---
_Source: https://npm.io/package/draken-player · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
