cljsjs/hashids

A small JavaScript class to generate YouTube-like hashids from one or many numbers. This is a client-side version of Node.js version.

Leiningen/Boot

[cljsjs/hashids "1.0.2-0"]

Clojure CLI/deps.edn

cljsjs/hashids {:mvn/version "1.0.2-0"}

Gradle

implementation("cljsjs:hashids:1.0.2-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>hashids</artifactId>
  <version>1.0.2-0</version>
</dependency>