pahen / madge

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

Include images in the tree #409

Open amapic opened 2 months ago

amapic commented 2 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.