Common
Common data to work with the Sokkuri API.
This package includes:
- Models
- Translations
- Constants
Setup & Build
Install all dependencies:
npm install
Build:
npm run build
Usage
Import what you need and use it like this for example:
import { Anime, Constants } from "@sokkuri/common";
let anime: Anime;
let manga = Constants.Adaptions.Manga;