文件名称:js-starbound-assets:该库支持通过 Web Worker 加载 Starbound 资产
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-17 23:50:02
JavaScript
星界资产 管理 Starbound 资产。 例子 以下是您可以如何使用此包从资产文件中提取声音: var starbound = require ( 'starbound-assets' ) ; // Create an assets manager which will deal with package files etc. It // will create a worker, which means you need to point it to where the // worker.js file is stored. var assets = new starbound . AssetsManager ( { workerPath : 'worker.js' } ) ; // Assume file is a File object pointing to `assets
【文件预览】:
js-starbound-assets-master
----index.js(56B)
----package.json(564B)
----LICENSE(1KB)
----worker.js(791B)
----.gitignore(29B)
----lib()
--------resourceloader.js(610B)
--------assetsmanager.js(9KB)
--------assetsdb.js(4KB)
----README.md(882B)