UNPKG

infobae-react-youtube-lazy

Version:

After seeing many similar packages none of the had exactly what was needed for my development. Most didn't have a lazyload features, and tryin to implement broke the component, and other simply plugged the videoID you provided into youtube embed iframe. S

45 lines (44 loc) 1.45 kB
{ "name": "infobae-react-youtube-lazy", "version": "1.2.0", "private": false, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" }, "devDependencies": { "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "typescript": "^3.2.2" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "types": "src/ReactYoutube.d.ts", "description": "After seeing many similar packages none of the had exactly what was needed for my development. Most didn't have a lazyload features, and tryin to implement broke the component, and other simply plugged the videoID you provided into youtube embed iframe. So I setout to create a customizable youtube loader that has lazyload built it and is extremely customizable.", "main": "dist/react-youtube-lazy.jsx", "repository": { "type": "git", "url": "git+https://github.com/VladyslavKochetkov/React-Youtube.git" }, "keywords": [ "React", "Youtube", "Lazy", "Lazyload", "Load", "ReactJS", "TypeScript", "TS" ], "author": "Vladyslav Kochetkov <vladyslavkochetkov1998@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/VladyslavKochetkov/React-Youtube/issues" }, "homepage": "https://github.com/VladyslavKochetkov/React-Youtube#readme" }