You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
arrosev
changed the title
I can't get it to work on the browser side
If I build the project with vite2 + vue3, I can't get it to work on the browser side
Aug 7, 2022
what file are you including? The browser compatible file is dist/plist.js.
Have you tried cloning this repo and running the example (examples/browser/) ? When you run it and open the dev console, you should see the plist object printed to the console without errors.
My project environment: vite2 + vue3
Report an error: Buffer is not defined
I found that Buffer is used on lines 200 and 207 of this file: https://github.com/TooTallNate/plist.js/blob/master/lib/parse.js
The text was updated successfully, but these errors were encountered: