Browse Source

Release 0.0.3

v1.x 0.0.3
Tj Holowaychuk 14 years ago
parent
commit
c351144454
  1. 3
      .npmignore
  2. 7
      History.md
  3. 2
      lib/canvas.js
  4. 2
      package.json

3
.npmignore

@ -1 +1,2 @@
testing
testing
build

7
History.md

@ -1,4 +1,11 @@
0.0.3 / 2010-11-09
==================
* Added async `toDataURL()` support
* Added async `toBuffer()` support
* Removed buffer utils
0.0.2 / 2010-11-08
==================

2
lib/canvas.js

@ -26,7 +26,7 @@ var Canvas = exports = module.exports = Canvas;
* Library version.
*/
exports.version = '0.0.2';
exports.version = '0.0.3';
/**
* Cairo version.

2
package.json

@ -1,6 +1,6 @@
{ "name": "canvas"
, "description": "Canvas graphics API backed by Cairo"
, "version": "0.0.2"
, "version": "0.0.3"
, "author": "TJ Holowaychuk <tj@learnboost.com>"
, "keywords": ["canvas", "graphic", "graphics"]
, "scripts": {

Loading…
Cancel
Save