17 lines
537 B
Markdown
17 lines
537 B
Markdown
# @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
|
|
```
|