Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 577 Bytes

readme.md

File metadata and controls

30 lines (21 loc) · 577 Bytes

lume plugin

Draw graphs and charts inside code blocks with lume

Docs and playground

in the _config file:

import lume from "lume/mod.ts";
import { sereaPlugin } from "https://deno.land/x/serea/lume-plugin/mod.ts";

const site = lume();

site.use(sereaPlugin);

export default site;

available "languages":

  • area-chart
  • bar-chart
  • flow-chart
  • line-chart
  • pie-chart
  • sequence-diagram
  • sheet-music
  • multi-line-chart
  • stacked-bar-chart