فهرست منبع

First home page

onevcat 2 سال پیش
والد
کامیت
9dd3ac03c2
2فایلهای تغییر یافته به همراه33 افزوده شده و 0 حذف شده
  1. 33 0
      Sources/Documentation.docc/Documentation.md
  2. BIN
      Sources/Documentation.docc/Resources/doc-art/logo@2x.png

+ 33 - 0
Sources/Documentation.docc/Documentation.md

@@ -0,0 +1,33 @@
+# ``Kingfisher``
+
+@Metadata {
+    @PageImage(
+        purpose: icon, 
+        source: "logo", 
+        alt: "The logo icon of Kingfisher")
+    @PageColor(blue)
+}
+
+A lightweight, pure-Swift library for downloading and caching images from the web.
+
+## Overview
+
+Kingfisher is a powerful, pure-Swift library for downloading and caching images from the web. It provides you a chance 
+to use a pure-Swift way to work with remote images in your next app, regardless you are using UIKit, AppKit or SwiftUI.
+
+With Kingfisher, you can easily:
+
+- **Download** the images from a remote URL and display it in an image view or button.
+- **Cache** the images in both the memory and the disk. When loading for the next time, it shows immediately without
+downloading again.
+- **Process** the downloaded images with pre-defined or customized processors. 
+
+## Topics
+
+### Essentials
+
+- 
+
+### Image Manager
+
+- ``KingfisherManager``

BIN
Sources/Documentation.docc/Resources/doc-art/logo@2x.png