parcel-transformer-rough-svg
v0.1.2
Published
A Parcel transformer to rough up SVGs using Rough.js.
Downloads
2
Maintainers
Readme
parcel-transformer-rough-svg
A Parcel transformer to rough up SVGs using Rough.js (and rougher).
Installation
Add the library as a dependency:
npm install --save-dev parcel-transformer-rough-svg
Add the library to your .parcelrc
file:
{
"extends": "@parcel/config-default",
"transformers": {
"*.svg": ["...", "parcel-transformer-rough-svg"]
}
}
Usage
Add a roughness
query string parameter to your SVG paths, for example:
<img src="image.svg?roughness=0.75" />