Skip to content

Commit

Permalink
export error types
Browse files Browse the repository at this point in the history
  • Loading branch information
PWhiddy committed Jan 11, 2023
1 parent ae02705 commit 63f4a50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
An easy to use image generation API

### Updates:
- v0.3: Throws errors with custom types
- v0.2: Heavy deps removed
- v0.1: Now supports img2img!

### Install:
Expand Down
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { Computerender } from "./client";
export { Computerender };
import { Computerender, InvalidRequestError, InternalServerError} from "./client";
export { Computerender, InvalidRequestError, InternalServerError};

0 comments on commit 63f4a50

Please sign in to comment.