Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
t.kosminov committed Jul 12, 2024
1 parent 3908c42 commit 41da8c8
Show file tree
Hide file tree
Showing 4 changed files with 590 additions and 409 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.5.0
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# simple-epub-parser

<p align="center">
<a href="https://www.npmjs.com/package/epub-parser-simple" target="_blank"><img src="https://img.shields.io/npm/v/epub-parser-simple.svg" alt="NPM Version"></a>
<a href="https://www.npmjs.com/package/epub-parser-simple" target="_blank"><img src="https://img.shields.io/npm/l/epub-parser-simple.svg" alt="Package License"></a>
<a href="https://www.npmjs.com/package/epub-parser-simple" target="_blank"><img src="https://img.shields.io/npm/dm/epub-parser-simple.svg" alt="NPM Downloads"></a>
</p>

## Description

The package exports a simple parser function which use epub file as input and output JavaScript object.

As it is written in TypeScript, types are already included in the package.

## Installation

```bash
Expand Down
Loading

0 comments on commit 41da8c8

Please sign in to comment.