cljsjs/p5

p5.js is a JS client-side library for creating graphic and interactive experiences, based on the core principles of Processing

Leiningen/Boot

[cljsjs/p5 "0.5.8-4"]

Clojure CLI/deps.edn

cljsjs/p5 {:mvn/version "0.5.8-4"}

Gradle

implementation("cljsjs:p5:0.5.8-4")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>p5</artifactId>
  <version>0.5.8-4</version>
</dependency>