The Block Tower animation used in Tari Universe
npm install @tari-project/tari-towerSource for the tower animation used in _Tari Universe_.
``bash`
npm i @tari-project/tari-tower
š§ under construction
note: _must be built first to be able to reference the lib locally_
`bash`
npm ci
npm run build
npm run dev
- make changes in the lib directory/lib/index.ts
- export anything you want available in
- update readme
- make sure your tari labs registry PAT is set up
- bump version in package.json
- build changes:
`bash`
npm run build
- publish changes:
```
npm publish