feat: hianime-api v2.0.0 modernization

This commit is contained in:
RY4N
2026-03-27 01:18:39 +06:00
parent a6354f97fd
commit 96da2c73a9
7 changed files with 221 additions and 196 deletions

View File

@@ -116,27 +116,6 @@ Make sure you have Bun.js installed on your system.
https://bun.sh/docs/installation
```
### NPM Usage
**Run via CLI (npx):**
```bash
npx @ryanwtf7/hianime-api
```
**Install as Library:**
```bash
npm install @ryanwtf7/hianime-api
```
**Usage as Library:**
```javascript
import app from '@ryanwtf7/hianime-api';
// Mount app or use fetch handler
```
### Local Setup
**Step 1:** Clone the repository