Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/fskpf/svg2roughjs
Browse files Browse the repository at this point in the history
  • Loading branch information
fskpf committed Aug 17, 2024
2 parents 3636e84 + d89c468 commit 9fe8dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ import { Svg2Roughjs } from 'svg2roughjs'

const svg2roughjs = new Svg2Roughjs('#output-div')
svg2roughjs.svg = document.getElementById('input-svg')
svg2roughs.sketch()
svg2roughjs.sketch()
```

### UMD Bundle
Expand Down

0 comments on commit 9fe8dbe

Please sign in to comment.