-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
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.