UNPKG

trading-chart-js

Version:
12 lines (8 loc) 213 B
// Draws a ray, adds corresponding collision f-n import Line from './line.js' export default class Ray extends Line { constructor(overlay, ctx) { super(overlay, ctx) this.ray = true } }