Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/littlstar/slant
- Owner: littlstar
- License: mit
- Created: 2014-11-03T01:50:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-03T20:08:07.000Z (almost 10 years ago)
- Last Synced: 2023-10-20T21:17:52.543Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://littlstar.github.io/slant
- Size: 45.9 MB
- Stars: 18
- Watchers: 27
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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