Skip to content

Commit 2ca85ec

Browse files
authored
Create README.md
1 parent 5c7f7c8 commit 2ca85ec

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 🖼️ ImageTool
2+
<p align="center"> <b>ImageTool</b> is a Kotlin multiplatform library that provides the ability to download and cache images from network, storage and etc.</p>
3+
4+
# Usage
5+
6+
``` Kotlin
7+
// for Kotlin DSL
8+
implemetation("io.github.tanexc:imagetool:[version]")
9+
10+
// for Groovy DSL
11+
implemetation "io.github.tanexc:imagetool:[version]"
12+
```
13+
14+
# In future
15+
<ul>
16+
<li>Use Custom byteArray as model for image</li>
17+
<li>Add more target platfroms</li>
18+
</ul>
19+
20+
# Tech stack
21+
- [Kotlin Multiplatform](https://kotlinlang.org/) and [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/) based
22+
23+
- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) for asynchronous work
24+
25+
- [Coin](https://insert-koin.io/) for dependency injection
26+
27+
- [Ktor](https://github.com/square/retrofit) for work with network

0 commit comments

Comments
 (0)