mirror of
https://github.com/danbulant/pngjs
synced 2026-06-19 06:21:13 +00:00
update README
This commit is contained in:
parent
f4e162d44d
commit
51cc500a2e
2 changed files with 16 additions and 3 deletions
15
README.md
15
README.md
|
|
@ -121,6 +121,10 @@ Gamma of image (0 if not specified)
|
|||
Changelog
|
||||
============
|
||||
|
||||
### 0.4.3 - 19 June 2014
|
||||
- fixed fill
|
||||
- fix(chunkstream): max call stack thrown when parsing large pngs
|
||||
|
||||
### 0.4.0 - Jun 05 2013
|
||||
- fixed reading of destroyed input stream
|
||||
|
||||
|
|
@ -138,12 +142,21 @@ Changelog
|
|||
### 0.1.0-alpha - 19 Aug 2012
|
||||
- First version
|
||||
|
||||
|
||||
Contributors
|
||||
============
|
||||
|
||||
brighthas https://github.com/brighthas
|
||||
|
||||
steelsojka https://github.com/steelsojka
|
||||
|
||||
|
||||
License
|
||||
=========
|
||||
|
||||
(The MIT License)
|
||||
|
||||
Copyright (c) 2012 Kuba Niegowski
|
||||
Copyright (c) 2014 brighthas <brighthas@gmail.com>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
"description": "Simple PNG encoder/decoder",
|
||||
"author": "Kuba Niegowski",
|
||||
"contributors": [],
|
||||
"homepage": "https://github.com/niegowski/node-pngjs/",
|
||||
"homepage": "https://github.com/brighthas/node-pngjs/",
|
||||
"keywords": [
|
||||
"png"
|
||||
],
|
||||
"engines": {
|
||||
"node": "0.8.x"
|
||||
"node": "0.10.x"
|
||||
},
|
||||
"main": "./lib/png.js",
|
||||
"directories": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue