I am creating a little p5 application and I am also using webpack. I am using instance mode but I need to access some of p5 functions(like map, sin, ect...) in other file without the instance reference. How can I import thouse functions from P5 without creating a new instance?