UNPKG

@hailer-oy/birds-eye

Version:

This component library directory contains all the react components for Hailer Bird's Eye! Developing these componets happens [here](https://github.com/KvanttoriOy/birds-eye/tree/master/birds-eye-components), only copy your changes in lib from there to src

10 lines (9 loc) 282 B
/** * @file Contains constants used troughout the d3 code. * * @author Juhana Kuparinen <juhana.kuparinen@kvanttori.fi> */ export declare const RADIUS = 2; export declare const ARROW = 2.8; export declare const STROKE_WIDTH = 0.5; export declare const TEXT_SIZE = 0.2;