Open z3dev opened 3 years ago
I would recommend fflate instead of jszip as it is much smaller and seems to be working well, supports multithreading.
multithreading is less important for 3mf or amf or svg as usually there is only one big main file to compress, and multi threading is only for when there are multiple files to compress.
Expected Behavior
AMF by design is compressed (zip), with XML content. The AMF serializer should do this by default, and support an option to skip compression if requested.
Actual Behavior
AMF content is not compressed, only XML content.
Steps to Reproduce the Problem
Specifications