# video-range-bar

> video clips bar

Latest version **1.0.8** (published 2021-07-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install video-range-bar
pnpm add video-range-bar
yarn add video-range-bar
bun add video-range-bar
```

## Health

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

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.8 |
| Published | 2021-07-19 |
| First published | 2021-07-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 56.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | chenguzhen87 |
| Maintainers | chenguzhen87 |
| Keywords | video, video-slice, video-editing, video-clip, video-range-bar |

## Links

- npm: https://www.npmjs.com/package/video-range-bar
- Repository: https://github.com/chenguzhen87/video-range-bar
- Issues: https://github.com/chenguzhen87/video-range-bar/issues
- npm.io page: https://npm.io/package/video-range-bar

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.8 (latest) — 2021-07-19
- 1.0.7 — 2021-07-12
- 1.0.6 — 2021-07-12
- 1.0.5 — 2021-07-07
- 1.0.4 — 2021-07-07
- 1.0.3 — 2021-07-07
- 1.0.2 — 2021-07-06
- 1.0.0 — 2021-07-06

## README

# `video-range-bar`

![Preview Picture](https://cdn.jsdelivr.net/gh/wangxingkang/pictures@latest/imgs/20210707183938.png)

## Usage

```html
<div id="video-range-bar"></div>
```

```js
import VideoRangeBar from 'video-range-bar';

new VideoRangeBar({
  id: 'video-range-bar',
  startLeftSlider(value) {
    // 左滑块按下回调
  },
  startRightSlider(value) {
    // 右滑块按下回调
  },
  moveLeftSlider(value) {
    // 左滑块拖动回调
  },
  moveRightSlider(value) {
    // 右滑块拖动回调
  },
});
```

## Example

[video-range-bar](https://github.com/chenguzhen87/video-range-bar/blob/master/packages/video-range-bar/example/index.html)

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