An open API service indexing awesome lists of open source software.

https://github.com/vueframe/vueframe

🚧 vueframe is no longer being maintained and has been moved to embedz
https://github.com/vueframe/vueframe

components embed iframe javascript svelte typescript vimeo vue vueframe youtube

Last synced: 10 months ago
JSON representation

🚧 vueframe is no longer being maintained and has been moved to embedz

Awesome Lists containing this project

README

          

> [!IMPORTANT]
> **🚧 vueframe** is no longer being maintained and has been moved to **[embedz](https://github.com/embedz/embedz)**

## Installation

```bash
npm install @vueframe/vueframe@3
```

``App.vue``

```html

import { YouTube, Vimeo } from '@vueframe/vueframe'

```

## Youtube

### Usage

``App.vue``

```html

```

You can also pass in the full URL for the video

```html

```

### Optional props

``poster``

```html

```

``posterquality``

Options: low, default, high, max

```html

```

``params``

```html

```

``title``

```html

```

## Vimeo

### Usage

``App.vue``

```html

```

You can also pass in the full URL for the video

```html

```

### Optional props

``poster``

```html

```

``posterquality``

Options: low, default, high, max

```html

```

``params``

This component does not currently support params

``title``

```html

```

## Copyright & license

Licensed under the MIT License, Copyright © 2024-present vueframe.

See [LICENSE](https://github.com/vueframe/vueframe/blob/main/LICENSE) for more information.