KaspianDev / Tinify

Tiny font translator using PlaceholderAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tinify

Tinify is a fast PlaceholderAPI extension that changes the font of the input string to a small, pixelated variant.

Usage

You can use Tinify in two ways:

%tinify_<text>% (or %tinify_{placeholder}%)

This format gives output like this:
thin letter example

or

%tinify_bold_<text>% (or %tinify_bold_{placeholder}%)

This format gives output like this:
bold letter example

Installation

Just put the jar in plugins/PlaceholderAPI/extensions folder.

Using the API

First off all add jitpack repo to your build script:

repositories {
    maven {
        url = "https://jitpack.io"
    }
}

Then you can add the package as dependency (you should shade it):

dependencies {
    implementation "com.github.KaspianDev.Tinify:Tinify-api:master-SNAPSHOT"
}

Compiling

Extension can be build using:

./gradlew build

Artifacts will be available in build/libs.

About

Tiny font translator using PlaceholderAPI

License:GNU General Public License v3.0


Languages

Language:Java 100.0%