Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/littlstar/slant

Minimal 360 Video Player
https://github.com/littlstar/slant

Last synced: about 1 month ago
JSON representation

Minimal 360 Video Player

Awesome Lists containing this project

README

        

slant
=====

Extendable 360 Video Player

## install

**component:**

```js
$ component install littlstar/slant
```

## usage

```js
var src = '360-video.mp4';
var el = document.querySelector('#video');
var video = slant.createPlayer(el, {src: src});

video
.render()
.play();
```

## documentation

Coming soon..

## license

MIT