plantumlpreview
No description available.
File Explorer
- launch.json
- settings.json
- tasks.json
- icon.png
- introduction.gif
- extension.ts
- extension.test.ts
- index.ts
- index.d.ts
- typings.json
- index.d.ts
- node.d.ts
- vscode-typings.d.ts
- okazukiplantuml-0.0.1.vsix
- okazukiplantuml-0.0.10.vsix
- okazukiplantuml-0.0.11.vsix
- okazukiplantuml-0.0.12.vsix
- okazukiplantuml-0.0.13.vsix
- okazukiplantuml-0.0.2.vsix
- okazukiplantuml-0.0.3.vsix
- okazukiplantuml-0.0.4.vsix
- okazukiplantuml-0.0.5.vsix
- okazukiplantuml-0.0.6.vsix
- okazukiplantuml-0.0.7.vsix
- okazukiplantuml-0.0.8.vsix
- okazukiplantuml-0.0.9.vsix
- okazukiplantuml-0.1.0.vsix
- okazukiplantuml-0.1.2.vsix
- okazukiplantuml-0.1.3.vsix
- okazukiplantuml-0.1.4.vsix
- okazukiplantuml-0.1.5.vsix
- okazukiplantuml-0.1.6.vsix
- okazukiplantuml-0.1.7.vsix
- okazukiplantuml-0.1.8.vsix
- okazukiplantuml-0.1.9.vsix
- okazukiplantuml-0.2.0.vsix
- okazukiplantuml-0.2.1.vsix
- .gitignore
- .vscodeignore
- LICENSE
- package.bat
- package.json
- README.md
- tsconfig.json
- typings.json
- vsc-extension-quickstart.md
# Use via CDN
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
dot
View Details ▼
dot
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
Was this content helpful?
(0 ratings)
