Skip to content

Commit 3e11b46

Browse files
committed
Add JavaScript section
1 parent aaec1b1 commit 3e11b46

2 files changed

Lines changed: 17 additions & 0 deletions

File tree

index.cmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,11 @@ See b<https://github.com/stroke-input> for the GitHub organisation.
4141

4242
[f-droid]: https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/
4343
[google-play]: https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput
44+
45+
46+
## Stroke input method (筆畫輸入法): JavaScript
47+
48+
==
49+
- [Try it online](/javascript/)
50+
- [Source code on GitHub](https://github.com/stroke-input/stroke-input-javascript)
51+
==

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,14 @@ <h2>Stroke Input Method (<span lang="zh-Hant">筆畫輸入法</span>) for Androi
3434
<a href="https://github.com/stroke-input/stroke-input-android">Source code on GitHub</a>
3535
</li>
3636
</ul>
37+
<h2>Stroke input method (<span lang="zh-Hant">筆畫輸入法</span>): JavaScript</h2>
38+
<ul>
39+
<li>
40+
<a href="/javascript/">Try it online</a>
41+
</li>
42+
<li>
43+
<a href="https://github.com/stroke-input/stroke-input-javascript">Source code on GitHub</a>
44+
</li>
45+
</ul>
3746
</body>
3847
</html>

0 commit comments

Comments
 (0)