Fixed problems and Created Entry Point
*fixed a severe problem where you were sprites were wrongly *created a new modified entry point which is easier to access *changed README to only have the options
Showing
index.js
0 → 100644
| ... | ... | @@ -3,7 +3,7 @@ |
| "description": "Module for creating video thumbnails with WebVTT file as descriptor", | ||
| "version": "0.0.4", | ||
| "license": "MIT", | ||
| "main": "lib/index.js", | ||
| "main": "index.js", | ||
| "keywords": [ | ||
| "video", | ||
| "thumbnail", | ||
| ... | ... |
Please register or sign in to comment