1.0.0 • Published 7 years ago

a-line v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

A library to draw lines on screen in the browser

Design: create an overarching line object

A line is made of the following

line

  • coord_1
    • x
    • y
  • coord_2
    • x
    • y
  • weight

directed-line //inherits from line

  • line p
  • direction

pulsing-line //inherits from directed-line

falling-line

1.0.0

7 years ago