DADDOU Mohamed El Amine
DADDOU Mohamed El Amine
After taking a look at the Code, I've found that we `thumbStyle`, `thumbSize`, `trackHeight` properties that are not mentioned in Readme.md Doc. maybe this could help. Here is a PR...
@Sharcoux Didn't notice that. I'm closing the PR. Thank you
based on @johnfactotum comments I got to the following code https://github.com/futurepress/epub.js/issues/759#issuecomment-1399499918 which worked well for me
After checking https://github.com/futurepress/epub.js/issues/997#issuecomment-552321080 and https://github.com/futurepress/epub.js/issues/986#issuecomment-538716885 I come up with the following code which works for me in most cases ```typescript function flatten(chapters: any) { return [].concat.apply([], chapters.map((chapter: NavItem) => [].concat.apply([chapter],...
I'm working on the ColorPicker component.