bezierjs
bezierjs copied to clipboard
perf(): clone => clonePoint, rm `JSON.stringify`
A simple perf enhancement
We also used JSON.parse(JSON.stringify(obj))
in https://github.com/fabricjs/fabric.js and discovered it was very bad for perf.