1.1.1 • Published 3 years ago

thumbnail-youtube-vimeo v1.1.1

Weekly downloads
114
License
ISC
Repository
github
Last release
3 years ago

JS Thumbnails youtube and vimeo

Installation

$ npm install thumbnail-youtube-vimeo

Use

var thumbnailYoutubeVimeo = require('thumbnail-youtube-vimeo');

thumbnailYoutubeVimeo('https://www.youtube.com/watch?v=dQw4w9WgXcQ')
    .then(
        result => {console.log(result)/* //img.youtube.com/vi/dQw4w9WgXcQ/0.jpg */},
        err => {console.error(err)}
    );
1.1.1

3 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago