lini 0.1.0

A small, human-readable language for plain-text diagrams that compiles to clean SVG
Documentation
1
2
3
4
5
6
7
8
9
10
{
  .thin   stroke:#444 thickness:1
  .bold   weight:bold
  .power  stroke:red  thickness:2
  .base   thickness:1 stroke:#444
  .warn   .base stroke:orange
  .ghost  opacity:0.3
}

|rect| "hello"