scionoftech / webp-converter

[DEPRECATED] A small node.js library for converting any image to webp file format or converting webp image to any image file format.
MIT License
229 stars 43 forks source link

How to call converter in different folder? #50

Open rybarova opened 1 year ago

rybarova commented 1 year ago

I need to have script with converter in different folder. How I can convert all images in different folder? At this time script works only in same folder with images. I need to work with relative path ../images

Example:

Root ├─ images └─ scripts       └ converter