0.1.0-beta.18 • Published 3 months ago

@animespace/core v0.1.0-beta.18

Weekly downloads
-
License
AGPL-3.0
Repository
github
Last release
3 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