mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
* Make certain parameters optional * Use builder pattern for project function's optional parameters * Address comments posted in bezier-math-lib discord channel * Minor changes to text * Address PR comments * Fix index.html * Nit * Replace builder pattern with simple struct * Move constants to a separate file Co-authored-by: Keavon Chambers <keavon@keavon.com>
17 lines
220 B
HTML
17 lines
220 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Bezier-rs Interactive Docs</title>
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
<strong>JavaScript is required</strong>
|
|
</noscript>
|
|
<div id="app"></div>
|
|
</body>
|
|
|
|
</html>
|