flowchart-fun

0.0.5 • Public • Published

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",
});

Readme

Keywords

none

Package Sidebar

Install

npm i flowchart-fun

Weekly Downloads

1

Version

0.0.5

License

MIT

Unpacked Size

551 kB

Total Files

10

Last publish

Collaborators

  • rob-gordon