bendy-arrows
v0.0.2
Published
Display an arrow between two html elements on the page.
Readme
Bendy Arrows
Install
npm install bendy-arrows
# or
yarn add bendy-arrowsBasic Usage
import { createArrows } from 'bendy-arrows'
const arrows = createArrows()
arrows.setConnections([{ source: 'first-element-id', target: 'second-element-id' }])License
MIT
