@xmtp/content-type-primitives
Version:
Primitives for building custom XMTP content types
23 lines (14 loc) • 508 B
Markdown
# Content type primitives
This package provides primitives for building custom XMTP content types.
## Install the package
```bash
# npm
npm i /content-type-primitives
# yarn
yarn add /content-type-primitives
# pnpm
pnpm i /content-type-primitives
```
## Developing
Run `yarn dev` to build the content type primitives and watch for changes, which will trigger a rebuild.
For more information on contributing to this repository, see our [contributing guidelines](../../CONTRIBUTING.md).