UNPKG

react-sigma-conglei

Version:

Lightweight but powerful library for drawing network graphs built on top of dunnock/react-sigma

18 lines (13 loc) 255 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); require('../sigma/main'); require('../sigma/svg'); /** Component enables SVG renderer. **/ function SigmaEnableSVG() { return null; } exports.default = SigmaEnableSVG;