@animespace/core
TypeScript icon, indicating that this package has built-in type declarations

0.1.0-beta.18 • Public • Published

AnimeSpace Core Package

It provides internal abstraction for AnimeSpace.

Usage

Plugin Development

import { type Plugin, type PluginEntry } from '@animespace/core';

export interface CustomPluginOptions extends PluginEntry {}

export function CustomPlugin(options: CustomPluginOptions): Plugin {
  return {
    name: 'CustomPlugin'
  };
}

License

AGPL-3.0 License © 2023 XLor

Readme

Keywords

Package Sidebar

Install

npm i @animespace/core

Weekly Downloads

8

Version

0.1.0-beta.18

License

AGPL-3.0

Unpacked Size

177 kB

Total Files

8

Last publish

Collaborators

  • yjl9903