ReadMe

About
Like `RoughJS` but with `CSS` and `HTML` instead of `JS` and `SVG`.

This is all HTML + CSS! NO SVGs. Just a bit of JS to get some random widths.

npm i github:douganderson444/rough-css
Use RoughCSS
It's easy to import into a Svetle Project. It could be compiled to WebComponents too...
<script>
    import {
        RoughBox,
        RoughTitleBox,
        RoughUnderline,
        RoughCircle,
        RoughDiamond
    } from '@douganderson444/rough-css';
</script>

<RoughBox>
    A sketched box
</RoughBox>
<RoughCircle>
    Circles round and round
</RoughCircle>
<RoughDiamond>
    Diamond
    in the
    RoughCss
</RoughDiamond>
Twitter
@DougAnderson444