File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,20 @@ ansi-canvas
4
4
5
5
![ ] ( http://i.cloudup.com/HAFymb_oa1.png )
6
6
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.
7
13
8
14
Installation
9
15
------------
10
16
11
17
Install with ` npm ` :
12
18
13
19
``` bash
14
- $ npm install _____
20
+ $ npm install ansi-canvas
15
21
```
16
22
17
23
@@ -47,3 +53,6 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
47
53
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
48
54
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
49
55
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
You can’t perform that action at this time.
0 commit comments