mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-29 02:59:58 +02:00
Use Preact, rather than React (#91)
* moving to Preact to shave off 100+kb * preact'ed
This commit is contained in:
@@ -9,19 +9,8 @@
|
||||
* ----------------------------------------------------------------------------- */
|
||||
</script>
|
||||
|
||||
<style>
|
||||
#comments {
|
||||
width: calc(960px + 2em),
|
||||
marginTop: 0,
|
||||
borderTop: 1px solid rgba(255, 0, 0, 0.5),
|
||||
paddingTop: 3em
|
||||
}
|
||||
</style>
|
||||
|
||||
# Comments and questions
|
||||
|
||||
If you enjoyed this book, or you simply found it useful for something you were trying to get done, and you were wondering how to let me know you appreciated this book, you can always [buy me a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QPRDLNGDANJSW), however much a coffee is where you live. This work has grown over the years, from a small primer to a 70ish print-page-equivalent reader on the subject of Bézier curves, and a lot of coffee went into the making of it. I don't regret a minute I spent on writing it, but I can always do with some more coffee to keep on writing!
|
||||
|
||||
<div id="disqus_thread"/>
|
||||
|
||||
<script src="lib/site/disqus.js" async></script>
|
||||
<div id="disqus_thread" />
|
||||
|
Reference in New Issue
Block a user