mirror of
https://github.com/danbulant/pngjs
synced 2026-06-09 09:31:07 +00:00
update README
This commit is contained in:
parent
9dc3fc20b1
commit
b1dd5ac47a
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ Simple PNG encoder/decoder for Node.js with no native dependencies.
|
||||||
Installation
|
Installation
|
||||||
===============
|
===============
|
||||||
```
|
```
|
||||||
$ npm install pngjs
|
$ npm install node-png
|
||||||
```
|
```
|
||||||
|
|
||||||
Example
|
Example
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "node-png",
|
"name": "node-png",
|
||||||
"version": "0.4.1",
|
"version": "0.4.2",
|
||||||
"description": "Simple PNG encoder/decoder",
|
"description": "Simple PNG encoder/decoder",
|
||||||
"author": "Kuba Niegowski",
|
"author": "Kuba Niegowski",
|
||||||
"contributors": [],
|
"contributors": [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue