/jb

Primary LanguageJavaScriptMIT LicenseMIT

jb

Basic flow

  • A blue parallelogram, having three of its corners in the points selected by the user.
  • A yellow circle, with the same area and centre of mass as the parallelogram. These shapes should not be filled.

The coordinates of the selected points as well as the area of the parallelogram and circle should be presented to the user. The user is free to move around the points.

Install

Install Node.js, clone this repo and then run npm i in your console

Build

npm run build
# or
grunt build

View

open ./dist/index.html in your browser