mirror of
https://github.com/danbulant/pngjs
synced 2026-05-27 05:41:47 +00:00
v3.0.1
This commit is contained in:
parent
2c5f972566
commit
d64454721c
2 changed files with 6 additions and 2 deletions
|
|
@ -269,6 +269,9 @@ PNG.adjustGamma(png);
|
|||
Changelog
|
||||
============
|
||||
|
||||
### 3.0.1 - 16/02/2017
|
||||
- Fix single pixel pngs
|
||||
|
||||
### 3.0.0 - 03/08/2016
|
||||
- Drop support for node below v4 and iojs. Pin to 2.3.0 to use with old, unsupported or patched node versions.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pngjs",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||
"contributors": [
|
||||
"Alexandre Paré",
|
||||
|
|
@ -11,7 +11,8 @@
|
|||
"Pietajan De Potter",
|
||||
"Steven Sojka",
|
||||
"liangzeng",
|
||||
"Michael Vogt"
|
||||
"Michael Vogt",
|
||||
"Xin-Xin Wang"
|
||||
],
|
||||
"homepage": "https://github.com/lukeapage/pngjs",
|
||||
"keywords": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue