Closed tcannonfodder closed 8 years ago
math.js is one of our largest dependencies and we only use it for 1 function (math.add, which is matrix addition). A method can be written in math_polyfill.js that can do the same thing, reducing page weight.
math.add
math_polyfill.js
math.js is one of our largest dependencies and we only use it for 1 function (
math.add
, which is matrix addition). A method can be written inmath_polyfill.js
that can do the same thing, reducing page weight.