Skip to content

Commit

Permalink
Expose uploadBlossom and uploadNIP96
Browse files Browse the repository at this point in the history
In a kind 20 scenario, I developer might want to handle images outside
the editor since they don't go in the content anyways.
  • Loading branch information
cesardeazevedo committed Feb 3, 2025
1 parent c08f33a commit c885aa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ export { VideoExtension, type VideoAttributes } from './extensions/VideoExtensio
export { type IMetaTags } from './helpers/nip92.imeta'
export * from './types'
export * from './uploaders/types'
export * from './uploaders/blossom'
export * from './uploaders/nip96'

0 comments on commit c885aa3

Please sign in to comment.