Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zenozeng/p5.js-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
zenozeng committed Jul 6, 2021
2 parents 0ba91d9 + dc6cdf8 commit 25d9caa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ and manipulating existing SVG file without rasterization.
Add this line in your projects index.html :

```html
<script src="https://unpkg.com/p5.js-svg@1.0.8"></script>
<script src="https://unpkg.com/p5.js-svg@1.1.0"></script>
```

(p5.js-svg v1.1.0 is compatible with p5.js v1.4.0)

Open your sketch.js and edit it:

```javascript
Expand Down

0 comments on commit 25d9caa

Please sign in to comment.