Ernest Okot

Results 7 comments of Ernest Okot

sure! i've pieced together a fiddle https://jsfiddle.net/devacholi/k3m83ofn/3/ ```js const data = [ {"label": 'World',}, {"label": 'Europe', "parent": 'World'}, {"label": 'Portugal', "parent": 'Europe', "value": 30}, {"label": 'Spain', "parent": 'Europe', "value": 120},...

Thanks for the explanation Didn't know about `node.copy`. Not sure if it would be of help if I wanted to maintain the parent relationship of the new root

after painfully reading through the compiled code, I found that you can pass media constraints to the component ```js ```

@shendel the git version doesn't seem to work, I mean you can change facingMode but the qr code reader doesn't work

Am not sure if this is related, kind apologies in advance if it isn't. I came across this after applying `captureClicks` to this driver. I realised the logo image on...

Are there plans to add this feature? Seems really useful

@Byusa we are accepting PRs for this