
# how to transpile
```sh
npm run build
```

# how to publish
```sh
npm login
npm publish
```
