akabekobeko / npm-icon-gen

Icon file generator for Windows, macOS, Web
MIT License
157 stars 29 forks source link

svg2png as peerDependencies #133

Closed bung87 closed 3 years ago

akabekobeko commented 3 years ago

@bung87 Please explain the motive for this PR.

As v2.x, it depends on svg2png and has been verified with the final version 4.1.1. Therefore, it is treated as an implicitly installed dependencies.

akabekobeko commented 3 years ago

Supplement:

For that reason, icon-gen v3 will move to @akabeko/svg2png.

bung87 commented 3 years ago

this is related to https://github.com/akabekobeko/npm-icon-gen/issues/121 before that fixed, I suggest make a minor change let svg2png as peerDependencies, so developers install it by themselves, the common format of icon is png as input, even developers get svg from designer they can export as png themselves, I personally dont like download extra large file.

akabekobeko commented 3 years ago

From now on, I removed develop to change the branch tomaster only. Therefore, this pull request was also closed in conjunction.

I am considering switching to the sharp proposed in #135.