Skip to content

Commit

Permalink
docs: usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 27, 2023
1 parent defe8da commit 5a2ced8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/epubook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ It will support the generation of the [latest epub standard](https://www.w3.org/
npm i epubook
```

## Usage

```ts
import { Epubook } from 'epubook'

await Epubook.create({ title: 'test' })
```

## Resources

+ [EPUB 3.2 specification](https://www.w3.org/publishing/epub32/)
Expand Down

0 comments on commit 5a2ced8

Please sign in to comment.