ansi-canvas
Advanced tools
Comparing version 0.0.2 to 1.0.0
@@ -0,8 +1,15 @@ | ||
1.0.0 / 2016-07-02 | ||
================== | ||
* bump to v1.0.0 for better semver semantics | ||
* package: update dependencies | ||
0.0.2 / 2013-06-11 | ||
================== | ||
- examples: add clock.js example | ||
- README.md improvements | ||
- make "small" mode enabled by default | ||
- clear the foreground and background before the flush | ||
* examples: add clock.js example | ||
* README.md improvements | ||
* make "small" mode enabled by default | ||
* clear the foreground and background before the flush | ||
@@ -12,2 +19,2 @@ 0.0.1 / 2013-06-11 | ||
- Initial release | ||
* Initial release |
{ | ||
"name": "ansi-canvas", | ||
"version": "0.0.2", | ||
"version": "1.0.0", | ||
"description": "Render a <canvas> node to your terminal", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git://github.com/TooTallNate/ansi-canvas.js" | ||
"url": "git://github.com/TooTallNate/ansi-canvas.git" | ||
}, | ||
@@ -20,4 +20,4 @@ "keywords": [ | ||
"dependencies": { | ||
"ansi": "~0.2.0", | ||
"canvas": "~1.0.3" | ||
"ansi": "^0.3.1", | ||
"canvas": "^1.4.0" | ||
}, | ||
@@ -27,4 +27,4 @@ "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)", | ||
"bugs": { | ||
"url": "https://github.com/TooTallNate/term-canvas.js/issues" | ||
"url": "https://github.com/TooTallNate/ansi-canvas/issues" | ||
} | ||
} |
@@ -5,3 +5,3 @@ ansi-canvas | ||
![](http://i.cloudup.com/xRdnRVg8zz.png) | ||
![](https://i.cloudup.com/IjvPIHXwh7.gif) | ||
@@ -13,3 +13,3 @@ This module provides a `<canvas>` object backed by [node-canvas][], with its | ||
The result is that you can use the [HTML Canvas API][canvas api] to render | ||
directly to your terminal. | ||
directly to your terminal! | ||
@@ -54,5 +54,18 @@ Installation | ||
![](http://i.cloudup.com/5tGgXjcRWw.png) | ||
![](https://i.cloudup.com/5tGgXjcRWw.png) | ||
Set the Font Size Really Small! | ||
------------------------------- | ||
And then you get really high resolution, and then you could do something crazy… | ||
like… render SNES directly in your Terminal!!! | ||
![](https://i.cloudup.com/3kJGyG-qAS.png) | ||
_(note: this is just an image. if you were to actually implement SNES in the | ||
Terminal at a reasonable framerate and resolution you'd be god-like, but please | ||
let me know if you do it!)_ | ||
License | ||
@@ -59,0 +72,0 @@ ------- |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12868
1
2
97
+ Addedansi@0.3.1(transitive)
+ Addedcanvas@1.6.13(transitive)
+ Addednan@2.22.0(transitive)
- Removedansi@0.2.1(transitive)
- Removedcanvas@1.0.4(transitive)
Updatedansi@^0.3.1
Updatedcanvas@^1.4.0