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 "1.7.0-0"]

Clojure CLI/deps.edn

cljsjs/p5 {:mvn/version "1.7.0-0"}

Gradle

implementation("cljsjs:p5:1.7.0-0")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>p5</artifactId>
  <version>1.7.0-0</version>
</dependency>