diff options
Diffstat (limited to 'components/config.ts')
-rw-r--r-- | components/config.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/config.ts b/components/config.ts index cc2beb8..ac4f9c8 100644 --- a/components/config.ts +++ b/components/config.ts @@ -44,6 +44,10 @@ export const initialVisuals = { particles: false, particlesNumber: 0, particlesWidth: 4, + arrows: false, + arrowsLength: 1, + arrowsPos: 0.5, + arrowsColor: '', linkOpacity: 0.8, linkWidth: 1, nodeRel: 4, |