Skip to content

Commit 4c9a6d8

Browse files
authored
add @observablehq/graphviz (#210)
1 parent 28b016a commit 4c9a6d8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/library.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default Object.assign(function Library(resolver) {
2828
Promises: () => Promises,
2929
_: () => require("[email protected]/lodash.min.js"),
3030
d3: () => require("[email protected]/dist/d3.min.js"),
31+
dot: () => require("@observablehq/[email protected]/dist/graphviz.min.js"),
3132
htl: () => require("[email protected]/dist/htl.min.js"),
3233
html: () => html,
3334
md: md(require),

test/index-test.js

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ test("new Library returns a library with the expected keys", async t => {
1313
"Promises",
1414
"_",
1515
"d3",
16+
"dot",
1617
"htl",
1718
"html",
1819
"md",

0 commit comments

Comments
 (0)