0.0.5 • Published 4 years ago

flowchart-fun v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

flowchart-fun

With npx:

npx flowchart-fun -i <textfile_path> -o <svg_path>

Example:

npx flowchart-fun -i mycharttext -o chart.svg

To use programmatically

const { generate } = require("flowchart-fun");

const text = `
this
  is: a
      pretty cool: chart
`;

generate({
  text,
  outputPath: "chart.svg",
});
0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago