1.0.4 • Published 2 years ago
node-arrows-js v1.0.4
node-arrow-js
Quickly make beautiful arrows in node.js
Tutorial
import { Segment, Arrow } from "node-arrows-js"
const a = new Segment(" Database ", 7, 1, "");
const b = new Segment(" Connected ", 0, 2, "");
const arrow = new Arrow([a, b]);
console.log(arrow.draw());