Show HN: Optimizt – CLI image optimization tool for front end developers
1–5 of 5 posts
Re: Show HN: Optimizt – CLI image optimization tool for front end developers
#2It looks like an imagemin/svgo wrapper, which are both great tools. You might consider not pinning your dependencies, so users get at least minor 3rd party updates without you having to release a new version every time.
Re: Show HN: Optimizt – CLI image optimization tool for front end developers
#3cool, starring. thanks
Re: Show HN: Optimizt – CLI image optimization tool for front end developers
#4It looks like an imagemin/svgo wrapper, which are both great tools. You might consider not pinning your dependencies, so users get at least minor 3rd party updates without you having to release a new version every time.
Sounds like a reasonable suggestion. Thank you!
Re: Show HN: Optimizt – CLI image optimization tool for front end developers
#5I needed something like this! Thanks.