pahen / madge

Create graphs from your CommonJS, AMD or ES6 module dependencies
MIT License
9.08k stars 317 forks source link

Include images in the tree #409

Open amapic opened 7 months ago

amapic commented 7 months ago

In order to get the unused images in my project, I wanted to used the package next-unused which uses Madge to have a list of all used files (but not images). How to easily change that ? Tell me where to start if you have the time to, I will make the modification myself.