jsmediatags
jsmediatags copied to clipboard
Picture documentation issue
Trying to grab picture data from the tags of an mp3. Well I tried using a reduce method instead of a for loop in the example but it's not displaying the image so I'm guessing I did something wrong in my reduce.
I tried copying and pasting the example code but it is using const for the iterator variable -> i. You can't re-assign const. Also, you never use the destructured format variable.
I thought I'd make an issue so it can get updated and so I could get some clarification on how to use the data.
Well I fixed my issue in my reduce method so I can load the picture.
@Android789515 how did you manage to read it finally?