const op = { container : $('#container'), radius : 250, sections : 8, dots : 10, delay : 50, backgroundColors: [ '#f76c6c', '#a0a5ef', '#c586cc', '#86cc8f', '#dc7070', '#c1af6b', '#6676cc', '#4552b9', '#4ab744', '#b9458f', '#77077d', '#f76c6c', '#afafaf', '#bd5462' ] }
let circle = new Circle(op)