chanind / hanzi-writer

Chinese character stroke order animations and practice quizzes
https://hanziwriter.org
MIT License
3.44k stars 534 forks source link

feat: add quizStartStrokeNum option to allow quizzing final stroke #281

Closed chanind closed 1 year ago

chanind commented 1 year ago

This PR adds a quizStartStrokeNum option which can be used to start the quizzing at a stroke other than stroke 0, to support quizzing just the final stroke if desired.

This PR also adds support for passing negative indices into quizStartStrokeNum, animateStroke and highlightStroke to allow selecting the final stroke without needing to calculate how many strokes are present in the character.

Thanks to @rdrg109 for the idea!

closes #280

chanind commented 1 year ago

:tada: This PR is included in version 3.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: