We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403fde0 commit d4feb87Copy full SHA for d4feb87
README.md
@@ -1,5 +1,5 @@
1
-node-term-canvas
2
-================
+ansi-canvas
+===========
3
### Render a <canvas> node to your terminal
4
5

package.json
{
- "name": "term-canvas",
+ "name": "ansi-canvas",
"version": "0.0.0",
"description": "Render a <canvas> node to your terminal",
"main": "index.js",
@@ -8,9 +8,11 @@
8
},
9
"repository": {
10
"type": "git",
11
- "url": "git://github.com/TooTallNate/term-canvas.js"
+ "url": "git://github.com/TooTallNate/ansi-canvas.js"
12
13
"keywords": [
14
+ "ansi",
15
+ "canavs",
16
"terminal"
17
],
18
"dependencies": {
0 commit comments