Allow the possibility to display chapters in the slider. This would be passed as a property `chapters` being an array of timecodes, and maybe names, that could be a string or a react node. - [ ] render chapters in the slider - [ ] handle currently hovered chapter scaling - [ ] handle playable time correctly per chapter
Allow the possibility to display chapters in the slider.
This would be passed as a property
chaptersbeing an array of timecodes, and maybe names, that could be a string or a react node.