plantumlpreview

(★ 15)

No description available.

File Explorer

  • .gitignore
  • .vscodeignore
  • LICENSE
  • package.bat
  • package.json
  • README.md
  • tsconfig.json
  • typings.json
  • vsc-extension-quickstart.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

dot

View Details ▼

Render an image of a `linear directed` network graph from a `graphviz` file.
Layouts: `dot`, `neato`, `twopi`, `circo`, `fdp`, `sfdp`, `osage` & `patchwork`.

dot -T {{png}} -O {{path/to/input.gv}}

Render a PNG image with a filename based on the input filename and output format (uppercase -O):

dot -T {{svg}} -o {{path/to/image.svg}} {{path/to/input.gv}}

Render a SVG image with the specified output filename (lowercase -o):

dot -T {{format}} -O {{path/to/input.gv}}

Render the output in PS, PDF, SVG, Fig, PNG, GIF, JPEG, JSON, or DOT format:

// repository documentation