JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q56700F
  • License MIT

A set of functions computing cartesian coordinates, describing circular and annular sectors.

Package Exports

  • @casko/circular-sector
  • @casko/circular-sector/dist/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@casko/circular-sector) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Circular Sector

A set of functions computing cartesian coordinates, describing circular and annular sectors.

Usable for drawing circular things on ex. svg and canvas elements, but not bound to either of them.

Great for circular visualisations like spread, progress and reticulated splines. No dependencies.

Install

npm install @casko/circular-sector

Use

TODO: Add code...

Demo

TODO: Add demo link...

Todo

  • Add links to demo
  • Centroid(s)

Notes

  • Centroid kind of added. Not