foliojs / fontkit

An advanced font engine for Node and the browser
1.46k stars 219 forks source link

Remove new Function call #223

Closed liborm85 closed 4 years ago

liborm85 commented 4 years ago

new Function is not allowed on sites with CSP.

Pomax commented 4 years ago

This is kind of a weird API, where the function effectively updates the result array as a side effect - it would probably make far more sense to have this function build-and-return that array instead. @devongovett?