# Hanzi Writer Data

The HSK simplified-Chinese stroke-animation data is extracted, only for the
characters required by KyouStudy, from `hanzi-writer-data` 2.0.1. The data is
derived from Make Me a Hanzi and, unlike the MIT-licensed Hanzi Writer runtime
code, is distributed under the **Arphic Public License**.

- Upstream source: <https://github.com/chanind/hanzi-writer-data>
- Source version: `2.0.1`
- SHA-256 of the original npm archive:
  `72baf3d82b114e60d6e40ea05f24d2262a05cd39d544e2f322ba2fceb7beff15`
- Included fields: Simplified Chinese (`zh-Hans`) stroke outlines, stroke
  medians, and radical-stroke indices
- Included scope: 3,097 Simplified Chinese characters across all HSK levels
- Excluded scope: Japanese KanjiVG stroke data and the corresponding JLPT
  database fields

KyouStudy preserves the original integer and decimal coordinates and groups
them into level-specific JSON containers. The Chinese renderer only transforms
the vertical axis to match screen coordinates. The complete license text is
preserved in [`ARPHICPL.TXT`](ARPHICPL.TXT).
