Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tiny-image
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
劳工
tiny-image
Commits
1ab48452
Commit
1ab48452
authored
Jan 16, 2021
by
rockyl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
need not
parent
a9eaa71e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+6
-6
package.json
package.json
+1
-1
No files found.
README.md
View file @
1ab48452
# Tiny-image
# Tiny-image
图片压缩
图片压缩
可以压缩png和jpg格式的图片,对png的压缩效果比较显著,压缩比高达15%。
使用tinypng的压缩服务
可并发压缩,压缩时间瓶颈在于最大的那张图
## Install
## Install
yarn add
http://gitlab2.dui88.com/laoqifeng/tiny-image.git
yarn add
tiny-image
## Usage
## Usage
```
javascript
```
javascript
import
{
compressBuffer
,
compressFile
}
from
'tiny-image'
;
import
{
compress
}
from
'tiny-image'
;
let
tinyBuffer
=
compressBuffer
(
'your buffer here'
);
or
let
tinyBuffer
=
await
compress
(
文件路径字符串或者
Buffer
);
let
tinyBuffer
=
compressFile
(
'you png or jpg file path here'
);
```
```
package.json
View file @
1ab48452
{
{
"name"
:
"tiny-image"
,
"name"
:
"tiny-image"
,
"version"
:
"1.0.
2
"
,
"version"
:
"1.0.
4
"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"types"
:
"dist/index.d.ts"
,
"types"
:
"dist/index.d.ts"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment