Shubham Jain

Results 10 comments of Shubham Jain

Can you please share the example snippet on something like StackBlitz? I am not familiar with Nuxt, so not sure how I go about using external JS.

1.6.2 is broken, but the subsequent versions are fixed. You should remove external-svg-loader and add it again. And it should work.

Strange. Doing either of > yarn add [email protected] > yarn add external-svg-loader is working for me. What's the full error message? Does > yarn remove external-svg-loader > yarn add [email protected]...

According to https://github.com/yarnpkg/yarn/releases. The latest version 1.22.19. How are you using 3.2.3?

@ibaGyl Can you share your code? I have it here and it seems to be working. https://stackblitz.com/edit/github-9ukebr-c6zq15?file=pages%2Findex.vue

Closing this issue for lack of information.

Seems ok but why `$tagsToRetrieve` needs to be an associative array. Doesn't a simple list make more sense? And believe, the two if conditions in the while loop could be...

getImage() returns an array of mimeType and binary data. Are you sure you are outputting the binary data with correct mime type? If yes, can you describe the mp3 file...

Correct me if wrong, but you are trying to output it in "PNG" format without considering the MIME type. The library performs no conversions and the images can only be...

Can you please link the Mp3 file with which you are having the problem? I am unable to reproduce it as of now.