Visit the Documentation for library installation and usage.
Use the below commands for setup, building and packaging:
Install the dependencies using Yarn:
yarn install
This will generate a dist
folder which will have the compiled files.
Build the package:
yarn build
Generate the package locally:
yarn pack
Learn more about pack.
See the LICENSE file