Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 296 Bytes

readme.md

File metadata and controls

16 lines (11 loc) · 296 Bytes

ikagaka-surface-loader

shell/master/ 以下のディレクトリを読み込んだ静的な構造体を返します。

export function load(directory: {[filepath: string]: () => Promise<ArrayBuffer>}): Promise<Shell>;

develop

npm run init
npm run build
npm run test