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 "1.0.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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