Skip to main content
Module

x/graphviz/mod.ts>Compass

🦕 Simple Graphviz library for Deno.
Latest
namespace Compass
Re-export
import { Compass } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";

Variables

Center

Left part

Upper part

Upper left

Upper right

Lower part

Lower left

Lower right

Right part

Functions

Determine whether the character string satisfies the Compass condition.

type alias Compass
Re-export
import { type Compass } from "https://deno.land/x/graphviz@v0.2.1/mod.ts";

Directive indicating which direction the Edge should point.

definition:
| "n"
| "ne"
| "e"
| "se"
| "s"
| "sw"
| "w"
| "nw"
| "c"