README
Hello
const example = require('@aerth/hello');
example.hello();
Hello to console.log
<script type="module">
import aerthHello from 'https://cdn.skypack.dev/@aerth/hello';
</script>
const example = require('@aerth/hello');
example.hello();