tinypng-tcimg
Version:
Tinypng NODEJS util (tcimg)
36 lines (22 loc) • 654 B
Markdown
# Tcimg
Tinypng NODEJS util (tcimg). This is a detail doc:
[API Reference](https://tinypng.com/developers/reference/nodejs)
## Usage
1.You should register to get one key freely at first(500 pictures / month at most).
[Freely register](https://tinypng.com/developers)
2.Install
```<shell>
yarn global add tinypng-tcimg
```
or
```<shell>
npm install tinypng-tcimg -g
```
3.Input the command in command line
```<shell>
tcimg
```
Input the key you get after register successfully

PS: The key in The picture is just a sign and not right.
Cheers~~~