itgalaxy / favicons

Favicons generator for Node.js
MIT License
1.19k stars 164 forks source link

Rearrange code around platforms #359

Closed andy128k closed 2 years ago

andy128k commented 2 years ago

Platforms have a lot of specific code. This PR introduces base Platform class with a basic functionality and per-platform sub-classes encapsulating their specific needs.

Tests were not modified, so code works almost the same. But snapshots were slightly updated