This website works better with JavaScript
Home
Explore
Help
Register
Sign In
public
/
node-hls-tools
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
932a11ef2e
Branches
Tags
master
node-hls-tools
/
index.js
index.js
86 B
History
Raw
1
2
3
4
module.exports = {
m3u8: require('./lib/m3u8'),
reader: require('./lib/reader')
};