p5.plotsvg
Version:
A Plotter-Oriented SVG Exporter for p5.js
17 lines (15 loc) • 436 B
HTML
<html lang="en">
<head>
<title>p5.plotSvg SVG Font Text Example</title>
<script src="https://cdn.jsdelivr.net/npm/p5@1.11.10/lib/p5.js"></script>
<script src="../../lib/p5.plotSvg.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8" />
</head>
<body>
<main>
</main>
<script src="sketch.js"></script>
</body>
</html>