cladera / videojs-offset

VideoJS plugin for play a segment of a video.
MIT License
64 stars 43 forks source link

fix: string inputs #32

Closed cladera closed 6 years ago

cladera commented 6 years ago

Description

Parse start and end options to float.

Specific Changes proposed

Options start and end are now parsed to float in case they are strings.

Requirements Checklist