0.0.5 • Published 3 years ago

flowchart-fun v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago