phodal / adr

Architecture Decision Records in Node.js with Reporter, supported Windows, GNU/Linux, macOS - 轻量级架构决策记录工具
https://phodal.github.io/adr/
MIT License
262 stars 52 forks source link

Asset compression support #36

Closed AmirAsghary closed 2 years ago

AmirAsghary commented 2 years ago

The total asset size for ADR can get out of hand over time.

We added a basic image compression system to our repo for ADRs using the sharp library with caching in mind. I can work on adding it to this library as well.

phodal commented 2 years ago

Yes, you can try to do it.