mirror of
https://github.com/danbulant/pngjs
synced 2026-06-20 15:01:33 +00:00
v3.4.0
This commit is contained in:
parent
7e160967c9
commit
9e499c4f92
3 changed files with 1193 additions and 12 deletions
|
|
@ -291,6 +291,13 @@ PNG.adjustGamma(png);
|
|||
Changelog
|
||||
============
|
||||
|
||||
### 3.4.0 - 09/03/2019
|
||||
|
||||
- Include whether the png has alpha in the meta data
|
||||
- emit an error if the image is truncated instead of hanging
|
||||
- Add a browserified version
|
||||
- speed up some mapping functions
|
||||
|
||||
### 3.3.3 - 19/04/2018
|
||||
|
||||
- Real fix for node 9
|
||||
|
|
|
|||
1196
package-lock.json
generated
1196
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pngjs",
|
||||
"version": "3.3.3",
|
||||
"version": "3.4.0",
|
||||
"description": "PNG encoder/decoder in pure JS, supporting any bit size & interlace, async & sync with full test suite.",
|
||||
"contributors": [
|
||||
"Alexandre Paré",
|
||||
|
|
|
|||
Loading…
Reference in a new issue