# @welshman/content [![version](https://badgen.net/npm/v/@welshman/content)](https://npmjs.com/package/@welshman/content) A content processing library designed specifically for Nostr applications. It provides a simple system for parsing, processing, and rendering Nostr content. ## What's Included - **Parsing**: Utilities for parsing nostr event content, as well as truncating and building image grids. - **Rendering**: Basic rendering support for parsed nostr event content. ## Installation ``` npm install @welshman/content ```