Skip to content

Commit c6f560f

Browse files
committed
update docs
1 parent a3247e5 commit c6f560f

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

docs/convert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h1><a href="https://github.com/thednp/svg-path-commander">
8080
</p>
8181
</div>
8282
<div class="col p-0">
83-
<p class="text-right">2024 &copy; <a href="https://github.com/thednp">thednp</a></p>
83+
<p class="text-right">2025 &copy; <a href="https://github.com/thednp">thednp</a></p>
8484
</div>
8585
</div>
8686
<!-- <script src="./dist/svg-path-commander.min.js"></script> -->

docs/dev.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ <h1><a href="https://github.com/thednp/svg-path-commander">
121121
</p>
122122
</div>
123123
<div class="col p-0">
124-
<p class="text-right">2024 &copy; <a href="https://github.com/thednp">thednp</a></p>
124+
<p class="text-right">2025 &copy; <a href="https://github.com/thednp">thednp</a></p>
125125
</div>
126126
</div>
127127
<!-- <script src="../src/index.ts" type="module"></script> -->

docs/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,15 +121,13 @@ <h1><a href="https://github.com/thednp/svg-path-commander">
121121
</p>
122122
</div>
123123
<div class="col p-0">
124-
<p class="text-right">2024 &copy; <a href="https://github.com/thednp">thednp</a></p>
124+
<p class="text-right">2025 &copy; <a href="https://github.com/thednp">thednp</a></p>
125125
</div>
126126
</div>
127127
<script src="./svg-path-commander.js"></script>
128-
<!-- <script src="../experiments/svg-path-commander-v0.1.9.js"></script> -->
129-
<!-- <script src="https://cdn.jsdelivr.net/npm/svg-path-properties@1.0.11/dist/svg-path-properties.min.js"></script> -->
130-
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.3.0/raphael.min.js"></script> -->
131-
<script>
132-
const { pathToCurve, pathToString, roundPath, splitPath, reverseCurve, optimizePath } = SVGPathCommander;
128+
129+
<script>
130+
const { pathToCurve, pathToString, roundPath, splitPath, reverseCurve, optimizePath } = SVGPathCommander,
133131
svg = document.getElementById('test-svg'),
134132
path = svg.children[0],
135133
inputTextArea = document.getElementById('t1'),

0 commit comments

Comments
 (0)