mirror of
https://github.com/mihonapp/bitmap.kt
synced 2025-01-25 07:03:32 +00:00
[MIRROR] A Kotlin Multiplatform image manipulation library based on Android's Bitmap.
.github | ||
bitmap | ||
gradle | ||
.editorconfig | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
Mihon Bitmap.kt
A Kotlin Multiplatform image manipulation library based on Android's Bitmap.
kotlin {
sourceSets {
commonMain.dependencies {
implementation("dev.mihon:bitmap-kt:$version")
}
}
}
Snapshots
To import snapshot versions into your project, add the following code snippet to your gradle file:
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
Repositories
Credits
Thank you to all the people who have contributed!
License
Copyright © 2024 The Mihon Open Source Project This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.