@Lotas94 Hey there I can help you. Parcel bundles the libraries that are import
ed into your code. Moreover, when you do this with p5, you’ll need to use the instance mode of p5. This is because Parcel will create separate scopes for all modules (i.e. no more global variables!).
I have a project that does exactly this (parcel and p5). You can see the code and learn from there.