1.0.2 • Published 3 years ago

sort-photos v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Usage

Sort photos in folders by years, month using name of file and EXIF create date, if any errors files will stay unchanged.

Installation

Use the package manager npm to install sort-photos.

npm install sort-photos

Usage

You will provide the relative path to the source directory and results directory, or the app will create 2 directories accordingly "forsort" and "sorted".

const { SortPhoto } = require("sort-photos");

SortPhoto('./source', './result');

/* 
Will use photos from "forsort" dir, and the result will write to "sorted"
*/
SortPhoto()

License

MIT

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago