We have added a more meaningful code sample in the README file.
Also, the publishing will happen on multiple registries, just like
`@theoryofnekomata/react-musical-keyboard`
Use custom JSDOM apart from Jest's built-in JSDOM instance because
we need to test different kinds of documents.
We will need to address problems with types, e.g. for `RadioNodeList`
because the runner could not find its declaration (for both our custom
and built-in JSDOM instances).