We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, if I wanted to use numbers:
speccer({numbers: true});
This should be behind an option tbh.
Or given literals, like japanese:
window.SPECCER_LITERALS = [あ,い,う,え,お,か,き,く,け,こ,さ,し,す,せ,そ,た,ち,つ,て,と,な,に,ぬ,ね,の,は,ひ,ふ,へ,ほ,ま,み,む,め,も,や,ゆ,よ,ら,り,る,れ,ろ,わ,を]; speccer();
The text was updated successfully, but these errors were encountered:
First release of this feature should be by custom literals only, so if someone wants numbers, use the literals array.
Sorry, something went wrong.
feat: 🎸 Add support for custom literals
01d3507
✅ Closes: #215
phun-ky
Successfully merging a pull request may close this issue.
For example, if I wanted to use numbers:
This should be behind an option tbh.Or given literals, like japanese:
The text was updated successfully, but these errors were encountered: