1.0.7 • Published 2 years ago

node-tinify v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Node tinify

Tinify png/jpeg file!

Install

yarn add node-tinify
or
npm i node-tinify

Apis

Compress

compress image buffer or file
function compress(bufferOrFile: Buffer | string, options?: CompressOptions): Promise<Buffer | string>

export interface CompressOptions {
	/**return type, default: 'url'*/
	returnType?: 'url' | 'buffer'
}

Cli

tinypng

> tinypng inputFilePath [outputFilePath]

print url when not specify outputFilePath

1.0.7

2 years ago

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago