d3-path-arrows
Version:
Add arrows to your paths using CSS dash-array and SVG triangle shapes
16 lines (12 loc) • 376 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _pathArrows = require("./pathArrows.js");
Object.defineProperty(exports, "pathArrows", {
enumerable: true,
get: function () {
return _interopRequireDefault(_pathArrows).default;
}
});
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }