Skip to content

Commit

Permalink
feat: use sharp instead of jimp
Browse files Browse the repository at this point in the history
resolves #7
  • Loading branch information
KagChi committed Dec 7, 2022
1 parent 5e3ccb7 commit 0fbeb5f
Show file tree
Hide file tree
Showing 5 changed files with 4,930 additions and 19 deletions.
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,3 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Lockfiles
.yarn.lock
.pnp.js
yarn.lock
package-lock.json
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@
[![Discord](https://discordapp.com/api/guilds/785715968608567297/embed.png)](https://nezu.my.id)

</div>

# Features
- Using sharp library
- Secure image routing, this service ideal when you are trying to hide origin request. using `aes-256-cbc` encryption for encrypting origin url
- Docker ready
- Production Ready
Loading

0 comments on commit 0fbeb5f

Please sign in to comment.