Skip to content

Commit

Permalink
mastodon
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax committed Jul 24, 2023
1 parent a41f3e0 commit 2d9dac9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ This code is MIT licensed.

## Engagement

For comments and questions, [tweet at me](https://twitter.com/TheRealPomax) or file an issue.
For comments and questions, [contact me on Mastodon](https://mastodon.social/@TheRealPomax) or file an issue.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Bezier.js, for doing Bezier curve things</title>
<link rel="stylesheet" href="style.css">
<script src="js/loader.js" async defer></script>
<script src="js/loader.js" async defer></script>
<script type="module">
import { Bezier } from "./js/bezier.js";
window.Bezier = Bezier;
Expand Down Expand Up @@ -1038,7 +1038,7 @@ <h2>.intersects()</h2>
</main>

<footer>
<p>Made by <a href="https://twitter.com/TheRealPomax">Pomax</a>. Based on the work done for <a href="http://pomax.github.io/bezierinfo">A Primer on Bézier Curves</a>. Naturally, the code's open source over on <a href="http://github.com/Pomax/bezierjs">github</a>.<br>
<p>Made by <a href="https://mastodon.social/@TheRealPomax">Pomax</a>. Based on the work done for <a href="http://pomax.github.io/bezierinfo">A Primer on Bézier Curves</a>. Naturally, the code's open source over on <a href="http://github.com/Pomax/bezierjs">github</a>.<br>
Still to do: intersection resolution for outlines with overlapping extrusions.</p>
</footer>
</body>
Expand Down

0 comments on commit 2d9dac9

Please sign in to comment.