UNPKG

@sigma/node-border

Version:

A node program that renders concentric discs in nodes for sigma.js

5 lines (4 loc) 404 B
import { Attributes } from "graphology-types"; import { NodeProgramType } from "sigma/rendering"; import { CreateNodeBorderProgramOptions } from "./utils.js"; export default function createNodeBorderProgram<N extends Attributes = Attributes, E extends Attributes = Attributes, G extends Attributes = Attributes>(inputOptions?: Partial<CreateNodeBorderProgramOptions<N, E, G>>): NodeProgramType<N, E, G>;