phodal / adr

Architecture Decision Records in Node.js with Reporter, supported Windows, GNU/Linux, macOS - 轻量级架构决策记录工具

Home Page:https://phodal.github.io/adr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asset compression support

AmirAsghary opened this issue · comments

  • I'm submitting a ...
    [X] feature request

  • Summary
    What do you think about adding support for asset-compression (images specifically)?

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.

Yes, you can try to do it.