New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ansi-canvas

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ansi-canvas - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

17

History.md

@@ -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 @@ -------

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc