UNPKG

react-sigma

Version:

Lightweight but powerful library for drawing network graphs built on top of SigmaJS

11 lines (9 loc) 166 B
import '../sigma/main'; import '../sigma/svg'; /** Component enables SVG renderer. **/ function SigmaEnableSVG() { return null; } export default SigmaEnableSVG;