Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Content type primitives

This package provides primitives for building custom XMTP content types.

Install the package

# npm
npm i @xmtp/content-type-primitives

# yarn
yarn add @xmtp/content-type-primitives

# pnpm
pnpm i @xmtp/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.