1.0.0 • Published 2 years ago

@itznesbro/thumbnail-viewer v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Thumbnail Viewer

version downloads

Install

npm i @itznesbro/thumbnail-viewer
# or
yarn add @itznesbro/thumbnail-viewer
# or
pnpm add @itznesbro/thumbnail-viewer

Usage

const { getThumbnail } = require("@itznesbro/thumbnail-viewer");
const url = getThumbnail("https://youtu.be/Wch3gJG2GJ4"); // paste a youtube video url

console.log(url); // it will return thumbnail url

License

MIT © ItzNesbroDev