UNPKG

trading-vue3-js

Version:

Customizable charting lib for traders. Based on https://github.com/C451/trading-vue-js by C451.

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 } }