UNPKG
nomnoml
Version:
beta (0.11.0-beta2)
latest (1.7.0)
1.7.0
1.6.3
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.11.0-beta2
0.11.0-beta
0.10.0
0.9.0
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
The sassy UML renderer that generates diagrams from text
www.nomnoml.com
skanaar/nomnoml
nomnoml
/
index.d.ts
5 lines
(4 loc)
•
263 B
TypeScript
View Raw
1
2
3
4
5
export
const
version
:
string
export
function
draw
(
canvas
:
HTMLCanvasElement
,
code
:
string
,
scale
?:
number
): {}
export
function
renderSvg
(
code
:
string
,
document
?:
HTMLDocument
):
string
export
function
compileFile
(
filepath
:
string
,
maxImportDepth
?:
number
):
string