glTF-Transform icon indicating copy to clipboard operation
glTF-Transform copied to clipboard

Functional refactor of Writer/Reader classes

Open donmccurdy opened this issue 2 years ago • 0 comments

The Writer and Reader classes are static classes with a single static method each, write() and read(). Both would benefit from refactoring into individual writeJSONDocument() and readJSONDocument() functions, rather than classes.

donmccurdy avatar Apr 22 '22 13:04 donmccurdy