hzrd149 on Nostr: Next version of applesauce is going to have an easy way to create NIP-94 file ...
Next version of applesauce is going to have an easy way to create NIP-94 file metadata and NIP-68 picture post events
The cool part is it will handle things like hashtags and nostr: mentions for you
```js
const factory = EventFactory()
const draft = await factory.create(PicturePostBlueprint, [<media attachments>], "<content>")
```
https://hzrd149.github.io/applesauce/typedoc/modules/applesauce_factory.html
The cool part is it will handle things like hashtags and nostr: mentions for you
```js
const factory = EventFactory()
const draft = await factory.create(PicturePostBlueprint, [<media attachments>], "<content>")
```
https://hzrd149.github.io/applesauce/typedoc/modules/applesauce_factory.html