Skip to content

tinyPNGのAPIを使って自動で画像を軽量化する

Notifications You must be signed in to change notification settings

toofusan/tinify-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinify-sample

tinyPNGのAPIを使ってjpgまたはpng画像を軽量化する。 https://tinypng.com/

how-to-use

軽量化したい画像をひとつのディレクトリにまとめておき、以下のコードを実行。

node index.js 画像をまとめたディレクトリ

実行すると、画像をまとめたディレクトリ内にcompressed/ができ、その中に元と同じファイル名で軽量化された画像が格納される。

how-to-set API-Key

tinyPNGのサイトでAPI-Keyを発行したら、index.jsと同じディレクトリにconfig.jsを作成し、取得したAPI-Keyを記載する。

exports.YOUR_TINYPNG_API_KEY = '取得したAPI Key';

About

tinyPNGのAPIを使って自動で画像を軽量化する

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published