mirror of
https://github.com/danbulant/pngjs
synced 2026-07-06 19:50:36 +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
|
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
|
### 0.4.0 - Jun 05 2013
|
||||||
- fixed reading of destroyed input stream
|
- fixed reading of destroyed input stream
|
||||||
|
|
||||||
|
|
@ -138,12 +142,21 @@ Changelog
|
||||||
### 0.1.0-alpha - 19 Aug 2012
|
### 0.1.0-alpha - 19 Aug 2012
|
||||||
- First version
|
- First version
|
||||||
|
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
============
|
||||||
|
|
||||||
|
brighthas https://github.com/brighthas
|
||||||
|
|
||||||
|
steelsojka https://github.com/steelsojka
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=========
|
=========
|
||||||
|
|
||||||
(The MIT 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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -4,12 +4,12 @@
|
||||||
"description": "Simple PNG encoder/decoder",
|
"description": "Simple PNG encoder/decoder",
|
||||||
"author": "Kuba Niegowski",
|
"author": "Kuba Niegowski",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
"homepage": "https://github.com/niegowski/node-pngjs/",
|
"homepage": "https://github.com/brighthas/node-pngjs/",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"png"
|
"png"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.8.x"
|
"node": "0.10.x"
|
||||||
},
|
},
|
||||||
"main": "./lib/png.js",
|
"main": "./lib/png.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue