Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyykoSerhiy committed Dec 13, 2015
1 parent 043f361 commit 2f42062
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,14 @@ CanvasPngCompression.replaceToDataURL({
*/
strategy: 3
});
```js
```TypeScript
interface PakoOptions {
level?: number,
windowBits?: number,
chunkSize?: number,
strategy?: number
}
```


# Acnowledgments
I've got my inspiration from:
* very well written [tiny-png-output-c](http://www.nayuki.io/page/tiny-png-output-c) by @nayuki
* and [https://github.com/lukeapage/pngjs](https://github.com/lukeapage/pngjs) by @lukeapage



# Connected issues
https://code.google.com/p/chromium/issues/detail?id=179289

[MIT License](http://opensource.org/licenses/mit-license.php).

0 comments on commit 2f42062

Please sign in to comment.