You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jimp is currently used by createIco() to access individual pixel data.
Similarly pngjs is used by createIcns() for the same reason.
Shouldn't be that hard to do that manually and drop both dependencies. But, everything works right now, and tons of other stuff to work on, so no motivation atm 🤷.
The text was updated successfully, but these errors were encountered:
Jimp is currently used by
createIco()
to access individual pixel data.Similarly pngjs is used by
createIcns()
for the same reason.Shouldn't be that hard to do that manually and drop both dependencies. But, everything works right now, and tons of other stuff to work on, so no motivation atm 🤷.
The text was updated successfully, but these errors were encountered: