-
This might come down to my lack of TS knowledge.
I'm trying to grab the SVG paths of a circle created by a generator with the following code:
```js
import Rough from "roughjs";
const generator…
-
I'm getting this error when trying to build [Semiotic](https://github.com/emeeks/semiotic) using `roughjs 2.1.1`:
```
Creating an optimized production build...
Failed to compile.
Failed to min…
-
I'd like to use roughjs serverside with jsdom, but rough breaks when the global variable `self` isn't present. I saw that there are a couple of areas where `self` is used, surrounded by checks, but th…
ismay updated
6 years ago
-
Perhaps use https://github.com/ipython/xkcd-font
or https://fonts.google.com/specimen/Amatic+SC
Ideally should be able to configure the font, but using one of these two as a default. Will work wit…
-
Thanks for adding TypeScript typings!
I just created a circle and wanted to set the `stroke` but discovered that the `options` parameter requires almost all fields to be supplied. Is this expected …
-
Hello @pshihn, thank you for this great contribution 👯 👏
Since version 2.2.0, which introduce async methods, I'm not being able to build the library inside angular 6 app.
I do not provide OS and …
-
**Library name:** Rough.js
**Library description:** Create graphics with a hand-drawn, sketchy, appearance
**Git repository url:** https://github.com/pshihn/rough
**npm package**: [roughjs](https:…
-
Can I add text with roughjs?
It seems that there is no function I can use to draw text like drawing a rectangle.
And when I simply use codes like this:
"var ctx=canvas.getContext("2d");
ctx.f…
-
ひとまず白ベースに手書き感あるデザインを作成する。
https://roughjs.com/
も適用させてみる
-
ooade updated
6 years ago