function braid_get_rnd_params() { return { num_points: 10, point_noise: 0.6, num_connections: 12, }; } function braid(params) { if(typeof params == 'undefined') { var params = braid_get_rnd_params(); } let points = []; for(let i=0; i