cljsjs/html2canvas

html2canvas - This script allows you to take 'screenshots' of webpages or parts of it, directly on the users browser.

Leiningen/Boot

[cljsjs/html2canvas "1.0.0-alpha.12-1"]

Clojure CLI/deps.edn

cljsjs/html2canvas {:mvn/version "1.0.0-alpha.12-1"}

Gradle

implementation("cljsjs:html2canvas:1.0.0-alpha.12-1")

Maven

<dependency>
  <groupId>cljsjs</groupId>
  <artifactId>html2canvas</artifactId>
  <version>1.0.0-alpha.12-1</version>
</dependency>