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
Projects usually use Nuke or AlamofireImage to load images. But AlamofireImage pulls the Alamofire core with it as a dependency.
Have we even thought about making a NodeKitImage? 😉
Uploading a picture is also a network operation. Nodes can do the necessary transformations with data: scale, mask, etc. Caching the result can also be done.
The text was updated successfully, but these errors were encountered:
General description of the problem
Projects usually use Nuke or AlamofireImage to load images. But AlamofireImage pulls the Alamofire core with it as a dependency.
Have we even thought about making a NodeKitImage? 😉
Uploading a picture is also a network operation. Nodes can do the necessary transformations with data: scale, mask, etc. Caching the result can also be done.
The text was updated successfully, but these errors were encountered: