https://github.com/caffeinalab/ti.videoplayer
Just a wrap for Ti.VideoPlayer.
https://github.com/caffeinalab/ti.videoplayer
Last synced: 6 months ago
JSON representation
Just a wrap for Ti.VideoPlayer.
- Host: GitHub
- URL: https://github.com/caffeinalab/ti.videoplayer
- Owner: caffeinalab
- Created: 2015-02-04T08:48:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-04T08:56:57.000Z (over 11 years ago)
- Last Synced: 2024-11-16T00:32:37.886Z (over 1 year ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ti.VideoPlayer
### com.caffeinalab.titanium.videoplayer
## Installation
#### Via Gittio
```
gittio install com.caffeinalab.titanium.videoplayer
```
#### Via Github
Download the latest release, and add in your *config.json*, under `dependencies`:
```json
"dependencies": {
"com.caffeinalab.titanium.videoplayer": "*"
}
```