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:
This project has been generated by:
npx create-cljs-project roughcljs
To compile the project:
shadow-cljs compile lib
Thes tests are launched through Karma. To compile and launch them:
shadow-cljs watch ci && karma start
To generate the clojars package:
lein jar
lein deploy clojars
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |