Skip to content

Commit 1008296

Browse files
committed
add README file
1 parent 70e3d01 commit 1008296

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
node-term-canvas
2+
================
3+
### Render a <canvas&rt; node to your terminal
4+
5+
![](http://i.cloudup.com/0fNvsT.png)
6+
7+
8+
Installation
9+
------------
10+
11+
Install with `npm`:
12+
13+
``` bash
14+
$ npm install _____
15+
```
16+
17+
18+
Example
19+
-------
20+
21+
``` js
22+
```
23+
24+
25+
License
26+
-------
27+
28+
(The MIT License)
29+
30+
Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net>
31+
32+
Permission is hereby granted, free of charge, to any person obtaining
33+
a copy of this software and associated documentation files (the
34+
'Software'), to deal in the Software without restriction, including
35+
without limitation the rights to use, copy, modify, merge, publish,
36+
distribute, sublicense, and/or sell copies of the Software, and to
37+
permit persons to whom the Software is furnished to do so, subject to
38+
the following conditions:
39+
40+
The above copyright notice and this permission notice shall be
41+
included in all copies or substantial portions of the Software.
42+
43+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
44+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
45+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
46+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
47+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
48+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
49+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)