UNPKG

react-archer

Version:

Draw arrows between DOM elements in React

13 lines (12 loc) 200 B
export const endShapeDefaultProp = { arrow: { arrowLength: 10, arrowThickness: 6, }, circle: { radius: 2, fillColor: '#f00', strokeColor: '#0ff', strokeWidth: 1, }, };