I was able to import it by sticking it in a <script> tag. For example:
<script>
<head> <script src="papaparse.min.js"></script> <script> console.log(Papa) </script> </head>