Skip to content

Commit d4add06

Browse files
committed
Updated documentation
1 parent 92a5fd6 commit d4add06

12 files changed

+98
-69
lines changed

docs/assets/search.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/Color.html

+9-9
Large diffs are not rendered by default.

docs/classes/Turtle.html

+48-43
Large diffs are not rendered by default.

docs/enums/StepType.html

+1-1
Large diffs are not rendered by default.

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ <h2>⏲️ Events</h2>
7373
<pre><code class="language-js"><span class="hl-9">const</span><span class="hl-5"> </span><span class="hl-10">turtle</span><span class="hl-5"> = </span><span class="hl-9">new</span><span class="hl-5"> </span><span class="hl-7">Turtle</span><span class="hl-5">(</span><span class="hl-11">ctx</span><span class="hl-5">);</span><br/><br/><span class="hl-11">turtle</span><span class="hl-5">.</span><span class="hl-7">on</span><span class="hl-5">(</span><span class="hl-8">&#39;step&#39;</span><span class="hl-5">, (</span><span class="hl-11">step</span><span class="hl-5">) </span><span class="hl-9">=&gt;</span><span class="hl-5"> {</span><br/><span class="hl-5"> </span><span class="hl-11">console</span><span class="hl-5">.</span><span class="hl-7">log</span><span class="hl-5">(</span><span class="hl-8">`The turtle has done an action: </span><span class="hl-9">${</span><span class="hl-11">step</span><span class="hl-9">}</span><span class="hl-8">`</span><span class="hl-5">);</span><br/><span class="hl-5">});</span><br/><br/><span class="hl-11">turtle</span><span class="hl-5">.</span><span class="hl-7">forward</span><span class="hl-5">(</span><span class="hl-12">120</span><span class="hl-5">).</span><span class="hl-7">left</span><span class="hl-5">(</span><span class="hl-12">90</span><span class="hl-5">).</span><span class="hl-7">forward</span><span class="hl-5">(</span><span class="hl-12">30</span><span class="hl-5">).</span><span class="hl-7">right</span><span class="hl-5">(</span><span class="hl-12">90</span><span class="hl-5">);</span>
7474
</code></pre>
7575
<p>In this exemple, every action will be logged in the console.</p>
76-
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-enum"><a href="enums/StepType.html" class="tsd-kind-icon">Step<wbr/>Type</a></li><li class="tsd-kind-class"><a href="classes/Color.html" class="tsd-kind-icon">Color</a></li><li class="tsd-kind-class"><a href="classes/Turtle.html" class="tsd-kind-icon">Turtle</a></li><li class="tsd-kind-interface"><a href="interfaces/ExposeRemap.html" class="tsd-kind-icon">Expose<wbr/>Remap</a></li><li class="tsd-kind-interface"><a href="interfaces/TurtleEvents.html" class="tsd-kind-icon">Turtle<wbr/>Events</a></li><li class="tsd-kind-interface"><a href="interfaces/TurtleOptions.html" class="tsd-kind-icon">Turtle<wbr/>Options</a></li><li class="tsd-kind-type-alias"><a href="modules.html#ColorResolvable" class="tsd-kind-icon">Color<wbr/>Resolvable</a></li><li class="tsd-kind-type-alias"><a href="modules.html#Step" class="tsd-kind-icon">Step</a></li><li class="tsd-kind-type-alias"><a href="modules.html#Vertex2D" class="tsd-kind-icon">Vertex2D</a></li><li class="tsd-kind-variable"><a href="modules.html#BuiltInShapes" class="tsd-kind-icon">Built<wbr/>In<wbr/>Shapes</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li><li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>
76+
</div></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class="current"><a href="modules.html">Exports</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-enum"><a href="enums/StepType.html" class="tsd-kind-icon">Step<wbr/>Type</a></li><li class="tsd-kind-class"><a href="classes/Color.html" class="tsd-kind-icon">Color</a></li><li class="tsd-kind-class"><a href="classes/Turtle.html" class="tsd-kind-icon">Turtle</a></li><li class="tsd-kind-interface"><a href="interfaces/ExposeRemap.html" class="tsd-kind-icon">Expose<wbr/>Remap</a></li><li class="tsd-kind-interface"><a href="interfaces/TurtleEvents.html" class="tsd-kind-icon">Turtle<wbr/>Events</a></li><li class="tsd-kind-interface"><a href="interfaces/TurtleOptions.html" class="tsd-kind-icon">Turtle<wbr/>Options</a></li><li class="tsd-kind-type-alias"><a href="modules.html#ColorResolvable" class="tsd-kind-icon">Color<wbr/>Resolvable</a></li><li class="tsd-kind-type-alias"><a href="modules.html#LineCap" class="tsd-kind-icon">Line<wbr/>Cap</a></li><li class="tsd-kind-type-alias"><a href="modules.html#Step" class="tsd-kind-icon">Step</a></li><li class="tsd-kind-type-alias"><a href="modules.html#Vertex2D" class="tsd-kind-icon">Vertex2D</a></li><li class="tsd-kind-variable"><a href="modules.html#BuiltInShapes" class="tsd-kind-icon">Built<wbr/>In<wbr/>Shapes</a></li></ul></nav></div></div></div><footer class="with-border-bottom"><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li><li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li><li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="container tsd-generator"><p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div><div class="overlay"></div><script src="assets/main.js"></script></body></html>

docs/interfaces/ExposeRemap.html

+1-1
Large diffs are not rendered by default.

docs/interfaces/TurtleEvents.html

+2-2
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)