mirror of
https://github.com/danbulant/pngjs
synced 2026-06-08 00:50:23 +00:00
Requires late version of node.js for sync
This commit is contained in:
parent
a5b996a9ef
commit
ee3dc328c5
2 changed files with 6 additions and 1 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.12"
|
- "0.12"
|
||||||
- "0.10"
|
|
||||||
- "iojs"
|
- "iojs"
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,12 @@ Known lack of support for:
|
||||||
* Animation
|
* Animation
|
||||||
* Gamma correction in 16 bit files
|
* Gamma correction in 16 bit files
|
||||||
|
|
||||||
|
Requirements
|
||||||
|
============
|
||||||
|
|
||||||
|
Async - Node.js 0.10 / 0.12 / IO.js
|
||||||
|
Sync - Node.js 0.12 / IO.js
|
||||||
|
|
||||||
Comparison Table
|
Comparison Table
|
||||||
================
|
================
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue