UNPKG

react-sigma

Version:

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

20 lines (15 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; require("../sigma/main"); require("../sigma/svg"); /** Component enables SVG renderer. **/ function SigmaEnableSVG() { return null; } var _default = SigmaEnableSVG; exports.default = _default;