Electron Adventures: Episode 44: File Icons
Let's make the file manager look a bit better. A good start is some icons for different file types.
This turned out to be much more complicated than I thought.
Importing resources from node packages
Well first, let's install our package:
$ npm i file...
taw.hashnode.dev3 min read