Files
aklive2d/apps/module/index.ts
2025-05-02 02:27:42 +08:00

5 lines
103 B
TypeScript

import { Player, PlayerConfig } from './src/player.ts'
export { Player }
export type { PlayerConfig }