This is a small library hopefully usable everywhere that will be able to very simply parse obj files and write obj files based off of vertex and traingle data. Does not support multi obj file reading ...
To use the parser, simply import parseObj, which is a function that takes a string, the content of the obj file, and returns the parsed object.