UNPKG

@osbjs/osbjs

Version:

a minimalist osu! storyboarding framework

10 lines (6 loc) 257 B
import { Storyboard } from '@osbjs/osbjs' import { path, filename } from './osbjs.config.js' import { Main } from './scenes/Main.js' let storyboard = new Storyboard(filename, path) storyboard.registerComponents(new Main()) storyboard.generate()