From fb24c51284e984fba2084b6b758fadc66905ccef Mon Sep 17 00:00:00 2001 From: Curran Kelleher Date: Mon, 27 Jan 2020 16:07:54 +0530 Subject: [PATCH] Add viz.js for Graphviz graph drawing. Closes #10 --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 8a9fb5b..536852b 100644 --- a/index.js +++ b/index.js @@ -49,4 +49,6 @@ module.exports = { 'vizhub-vega-lite-config': 'vizhubVegaLiteConfig', 'semiotic': 'Semiotic', + + 'viz.js': 'Viz' };