Giter Club home page Giter Club logo

rajeo's Introduction

๐Ÿค” How?

  1. Add below script tag in your html containing valid video tag
<script src="http://unpkg.com/rajeo@latest" defer></script>

ORย ย Add the below script tag in your html containing valid video tag

<script type="module">
  import * as rajeo from "https://unpkg.com/rajeo@latest";
  window.onload = rajeo;
</script>

ORย ย Add the following in your ES6 and call rajeo() separately but the html must have a valid video tag

import * as rajeo from "https://unpkg.com/rajeo@latest";
  1. Thats it, the script itself takes care of others (i.e. It converts the normal video tag to rajeo)

๐Ÿ™„ What?

Before adding script
Before
After adding script
After

๐Ÿ™Œ Features

  • Modern
  • Beautiful
  • Load Progress (Buffer Progress)
  • PiP (Picture-in-Picture) Mode
  • Fullscreen
  • Top title bar with icon
  • Theme aware
  • Cross platform
  • Mobile friendly
  • Responsive
  • Zero dependencies
  • CSS first approach

๐Ÿ“œ Plan

  • Keyboard shortcuts
  • Playback rate
  • Volume
  • Support popular streaming services
  • Gestures
  • Piracy protection
  • React component
  • Custom events
  • Custom video parser
  • Port to web assembly (aka wasm) and web worker

๐Ÿ‘จโ€๐Ÿ’ป Local Development

To clone and build packages of this repository you'll need Git and Node.js (which comes with npm) installed on your device. Copy and paste the following in your command line:

git clone https://github.com/Rajaniraiyn/rajeo.git

cd rajeo

npm install

npm run build

Then check the dist folder you will see dist folder with following structure

dist/
โ”œโ”€ cjs/
โ”‚  โ”œโ”€ index.js
โ”‚  โ”œโ”€ index.js.map
โ”‚  โ”œโ”€ index.min.js
โ”‚  โ”œโ”€ index.min.js.map
โ”œโ”€ esm/
โ”‚  โ”œโ”€ index.js
โ”‚  โ”œโ”€ index.js.map
โ”‚  โ”œโ”€ index.min.js
โ”‚  โ”œโ”€ index.min.js.map
โ”œโ”€ umd/
โ”‚  โ”œโ”€ index.js
โ”‚  โ”œโ”€ index.js.map
โ”‚  โ”œโ”€ index.min.js
โ”‚  โ”œโ”€ index.min.js.map
โ”œโ”€ style.css
โ”œโ”€ style.css.map

๐Ÿค Contributors

contributors

Made with contributors-img.

๐ŸŽŸ๏ธ License

MIT


Made with โค๏ธ by Rajaniraiyn

^ back to top ^

rajeo's People

Contributors

dependabot[bot] avatar rajaniraiyn avatar sumemonty avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

rajeo's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.