Skip to content

Commit

Permalink
fix typo in readme and badge
Browse files Browse the repository at this point in the history
  • Loading branch information
crisconru committed Feb 25, 2024
1 parent 337d641 commit 540045e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# splitea

[![Node.js CI](https://github.com/crisconru/splitea/actions/workflows/node.js.yml/badge.svg)](https://github.com/crisconru/splitea/actions/workflows/node.js.yml)
[![build](https://github.com/crisconru/splitea/actions/workflows/publish.yml/badge.svg)](https://github.com/crisconru/splitea/actions/workflows/publish.yml)

It is a tool to split images into tiles or pieces. The idea is based on the project [image-splitter](https://github.com/achimoraites/image-splitter).

Expand Down Expand Up @@ -34,7 +34,7 @@ For the output the default type is buffer and it is not stored. If you want to s

If you select response as `"path"` you have to add store object too.

```typecript
```typescript
import { Splitea } from splitea

type Image = string | Buffer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "splitea",
"version": "0.0.1",
"version": "0.0.2",
"description": "Splitea is a utility to split images in different sizes",
"author": "Cristóbal Contreras Rubio",
"license": "MIT",
Expand Down

0 comments on commit 540045e

Please sign in to comment.