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
- Host: GitHub
- URL: https://github.com/vueframe/vueframe
- Owner: vueframe
- License: mit
- Created: 2024-11-15T19:47:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T05:51:11.000Z (11 months ago)
- Last Synced: 2025-03-29T12:11:11.450Z (11 months ago)
- Topics: components, embed, iframe, javascript, svelte, typescript, vimeo, vue, vueframe, youtube
- Language: Vue
- Homepage: https://github.com/embedz/embedz
- Size: 592 KB
- Stars: 73
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.