Skip to content

Commit 0fbeb5f

Browse files
committed
feat: use sharp instead of jimp
resolves #7
1 parent 5e3ccb7 commit 0fbeb5f

File tree

5 files changed

+4930
-19
lines changed

5 files changed

+4930
-19
lines changed

.gitignore

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,3 @@ dist
125125
.yarn/build-state.yml
126126
.yarn/install-state.gz
127127
.pnp.*
128-
129-
# Lockfiles
130-
.yarn.lock
131-
.pnp.js
132-
yarn.lock
133-
package-lock.json

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@
1010
[![Discord](https://discordapp.com/api/guilds/785715968608567297/embed.png)](https://nezu.my.id)
1111

1212
</div>
13+
14+
# Features
15+
- Using sharp library
16+
- Secure image routing, this service ideal when you are trying to hide origin request. using `aes-256-cbc` encryption for encrypting origin url
17+
- Docker ready
18+
- Production Ready

0 commit comments

Comments
 (0)