Skip to content

Commit 5cb5eea

Browse files
committed
README++
1 parent b770fc1 commit 5cb5eea

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,20 @@ ansi-canvas
44

55
![](http://i.cloudup.com/HAFymb_oa1.png)
66

7+
This module provides a `<canvas>` object backed by node-canvas, with its `width`
8+
and `height` properties automatically set to the proper size of the terminal
9+
window.
10+
11+
The result is that you can use the [HTML Canvas API][canvas api] to render
12+
directly to your terminal.
713

814
Installation
915
------------
1016

1117
Install with `npm`:
1218

1319
``` bash
14-
$ npm install _____
20+
$ npm install ansi-canvas
1521
```
1622

1723

@@ -47,3 +53,6 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4753
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4854
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4955
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56+
57+
58+
[canvas api]: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html

0 commit comments

Comments
 (0)