Skip to content

Colin6618/generate-image-preivew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-image-preview

Generate previews and thumbs folders and images.

install

npm install -g generate-image-preview

use

genprev [path]

genprev ./

dependency

if the console log "cannot find convert binary ..." , u should install graphicsmagick and imagemagick

yum install imagemagick
yum install graphicsmagick

installation via yum/apt-get/brew depend on the System.

api

genprev [path]

var genPrev = require('generate-image-preview')
genPrev([..paths])

//genPrev('/home/hello/world')
//genPrev('./')

About

generate-image-preivew

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published