Skip to content

Commit

Permalink
Merge pull request #103 from sidharthv96/patch-1
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
fskpf authored May 23, 2024
2 parents 2e0694a + 4fe5fc9 commit d89c468
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 d89c468

Please sign in to comment.