Skip to content

Commit 2d691a7

Browse files
committed
Added more keywords to package.json and HTML meta tag
1 parent 6f98b10 commit 2d691a7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,15 @@
77
"DOT",
88
"visual-editor",
99
"javascript",
10+
"graph-drawing",
11+
"graph-visualization",
12+
"graph-view",
1013
"graphviz-dot-language",
14+
"graphviz-viewer",
15+
"wysiwyg",
16+
"wysiwyg-editor",
1117
"interactive-visualization",
18+
"text-editor",
1219
"web-application "
1320
],
1421
"license": "MIT",

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="user-scalable=0, initial-scale=1, minimum-scale=1, width=device-width, height=device-height">
66
<!-- PWA primary color -->
77
<meta name="theme-color" content="#000000">
8-
<meta name="keywords" content="Web, Application, Interactive, Visual, Editor, Graphviz, Graph, DOT">
8+
<meta name="keywords" content="Web, Application, Interactive, Visual, Editor, Graphviz, Graph, DOT,Draw, View, Visualization, WYSIWYG">
99
<meta name="description" content="A web application for interactive visual editing of Graphviz graphs described in the DOT language">
1010
<meta name="author" content="Magnus Jacobsson">
1111
<title>Graphviz Visual Editor</title>

0 commit comments

Comments
 (0)