Skip to content
New issue

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

Add option to use numbers or given literals for dissection #215

Closed
phun-ky opened this issue Aug 12, 2024 · 1 comment · Fixed by #216
Closed

Add option to use numbers or given literals for dissection #215

phun-ky opened this issue Aug 12, 2024 · 1 comment · Fixed by #216

Comments

@phun-ky
Copy link
Owner

phun-ky commented Aug 12, 2024

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();
@phun-ky
Copy link
Owner Author

phun-ky commented Aug 12, 2024

First release of this feature should be by custom literals only, so if someone wants numbers, use the literals array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant