Liking cljdoc? Tell your friends :D

roughcljs-logo

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.

To use RoughCLJS in an existing project you add this to your dependencies:

Clojars Project

This project has been generated by:

npx create-cljs-project roughcljs

Compilation

To compile the project:

shadow-cljs compile lib

Test

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

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