p5.plotsvg
Version:
A Plotter-Oriented SVG Exporter for p5.js
14 lines (13 loc) • 409 B
HTML
<html>
<head>
<meta charset="utf-8" />
<title>p5.plotSvg Inlined Hershey Font 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">
</head>
<body>
<script src="sketch.js"></script>
</body>
</html>