net.clojars.deadshot465/owoify-clj

This Clojure port of mohan-cao's owoify-js is released under MIT license, which is also the same license of owoify-js. This simple library will turn any string into nonsensical babyspeak similar to what LeafySweet's infamous Chrome extension did.

Leiningen/Boot

[net.clojars.deadshot465/owoify-clj "0.1.1"]

Clojure CLI/deps.edn

net.clojars.deadshot465/owoify-clj {:mvn/version "0.1.1"}

Gradle

implementation("net.clojars.deadshot465:owoify-clj:0.1.1")

Maven

<dependency>
  <groupId>net.clojars.deadshot465</groupId>
  <artifactId>owoify-clj</artifactId>
  <version>0.1.1</version>
</dependency>