0.1.0-beta.20 • Published 9 months ago

@animespace/core v0.1.0-beta.20

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
9 months ago

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