π Asciffy images and videos
Kasciffy is a Kotlin/Multiplatform library, CLI tool, and Application for converting images and videos into ASCII art. It is designed to be simple and easy to use, with a focus on performance and flexibility. The library can be used in a variety of applications, including command-line tools, desktop applications, and web applications.
<dependencies>
<dependency>
<groupId>dev.gmitch215.kasciffy</groupId>
<artifactId>kasciffy-core</artifactId>
<version>[VERSION]</version>
</dependency>
</dependencies>
dependencies {
implementation 'dev.gmitch215.kasciffy:kasciffy-core:[VERSION]'
}
dependencies {
implementation("dev.gmitch215.kasciffy:kasciffy-core:[VERSION]")
}
To use Kasciffy in a browser, you can include the following script tag in your HTML file. Make sure to replace <version>
with the desired version of Kasciffy.
Kasciffy is not supported on server-side JavaScript like Node.js.
<script src="https://cdn.gmitch215.dev/lib/kasciffy/kasciffy-core-<version>.js"></script>
Contributions are welcome! Feel free to open an issue or submit a pull request.