@sokkuri/common
v3.0.0
Published
Common data for apps that use the Sokkuri API
Downloads
2
Readme
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;