Liking cljdoc? Tell your friends :D

roughcljs-logo

Clojars Project CircleCI

RoughCLJS is a wrapper around the nice drawing library RoughJS: https://roughjs.com/

The purpose is to provide a simple clojurescript interface to get shape generated by RoughJS without messing around JS object, data structure, method, field, integration, etc.

RoughCLJS wrap only the svg part of the RoughJS library.

This project has been generated by:

npx create-cljs-project roughcljs

Test

Thes tests are launched through Karma. To compile and launch them:

npm i -g karma-cli
shadow-cljs watch ci && karma start

Publish the lib on clojar

To generate the clojars package:

lein jar
lein deploy clojars

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close