tz.co.asoft:epsilon-image-compose-core-iosarm64

A kotlin multiplatform library for helping in uploading images using compose-multiplatform


License
MIT

Documentation

Epsilon

A Multiplatform library for uploading files

Kotlin Android Java Swift iOS JavaScript TypeScript

Setup: Gradle

dependencies {
    // if you need it in common code
    implementation("tz.co.asoft:epsilon-core:3.0.0")

    // if you want to upload real files
    implementation("tz.co.asoft:epsilon-file-core:3.0.0")
    
    // if you want to upload real files in a headless environment
    implementation("tz.co.asoft:epsilon-file-fields:3.0.0")
    
    // if you want to upload fake files
    implementation("tz.co.asoft:epsilon-fake:3.0.0")
    
    // if you want to to upload files from other networks
    implementation("tz.co.asoft:epsilon-network:3.0.0")
}

Api Reference

The full api reference of kevlar can be found at https://asoft-ltd.github.io/epsilon

Support

There are multiple ways you can support this project

Star It

If you found it useful, just give it a star

Contribute

You can help by submitting pull request to available open tickets on the issues section

Report Issues

This makes it easier to catch bugs and offer enhancements required

Credits