/Common

Common data to work with the Sokkuri API.

Primary LanguageTypeScriptMozilla Public License 2.0MPL-2.0

Common

ci npm

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;