mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 22:02:22 +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
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "0.10"
|
||||
- "iojs"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,12 @@ Known lack of support for:
|
|||
* Animation
|
||||
* 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
|
||||
================
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue