mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-06-04 11:25:44 +08:00

1. Javascript decoder is now exported as a module using DracoModule() function that needs to be instantiated on the client. 2. Updated Javascript example applications and README.md 3. Added normalization function to VectorD 4. Added support for converting a single signed value to symbol for entropy coding and vice versa 5. Minor code cleaning