
### Contributing
This library is open for contributions from anyone who are interested but please
make sure that you are following these guidelines:

* When editting JavaScript (`*.js`, `*.mjs`) files, please follow the
[standard.js styleguide];
* Test your changes by running `npm run test` before committing. This makes
sure that you are following the styleguide and not breaking any codes;
* When committing, the commit message should follow the [Convential Commits].
You can run `npm run commitlint` after commit to test your commit message.

Also, please take a look at the repository's [projects] to know more about the
library's future plans.

Any contributions to this library are greatly appreciated. Thank you

[projects]: https://github.com/eidoriantan/kanji.js/projects

[Conventional Commits]: https://www.conventionalcommits.org/en/v1.0.0/
[standard.js styleguide]: https://standardjs.com/rules.html
