gabzim / circle-to-polygon

Receives a Coordinate, a Radius and a Number of edges and aproximates a circle by creating a polygon that fills its area
ISC License
113 stars 29 forks source link

Patch/make es5 compatible #2

Closed JoshM1994 closed 6 years ago

JoshM1994 commented 6 years ago

Using non-transpiled dependencies causes problems for users of create-react-app (https://github.com/facebookincubator/create-react-app/issues/1125).

gabzim commented 6 years ago

thanks for the contribution! merged!