File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ 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.
7
+ This module provides a ` <canvas> ` object backed by [ node-canvas] [ ] , with its
8
+ ` width ` and ` height ` properties automatically set to the proper size of the
9
+ terminal window.
10
10
11
11
The result is that you can use the [ HTML Canvas API] [ canvas api ] to render
12
12
directly to your terminal.
@@ -56,3 +56,4 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
56
56
57
57
58
58
[ canvas api ] : http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html
59
+ [ node-canvas ] : https://github.com/learnboost/node-canvas
You can’t perform that action at this time.
0 commit comments