Skip to content

JavaScript implementation of stroke input method (筆畫輸入法) for browser

License

Notifications You must be signed in to change notification settings

stroke-input/stroke-input-javascript

Repository files navigation

stroke-input-javascript

A JavaScript port of Stroke Input Method (筆畫輸入法) for Android.

Workflow

Dependencies:

$ pipx install conwaymd
$ npm install -g csso-cli
$ npm install -g terser

Build:

$ cmd -a
$ csso stroke-input.css -o stroke-input.min.css
$ terser stroke-input.js -o stroke-input.min.js

License

Copyright 2024 Conway
Licensed under the GNU General Public License v3.0 (GPL-3.0-only).
This is free software with NO WARRANTY etc. etc., see LICENSE.