This is an example how to use include files into a svelte project when svelte does not compile certain functanalities. For example, the Loopring API uses "Buffer", which when building and deploying ontto vercel does not properly compile and causes a build error, such as "Buffer is not defined" and the project fails to deploy/load.
This template is work in progress. Please feel free to make comments if a step has been skipped or does not work as intended.