0.1.0 • Published 5 years ago
@al-engine/asset v0.1.0
Al engine
Asset
This is module for asset management for Al engine.
  const asset = new SpriteAsset(urlToAsset);
  // To start loading you need to call load after creating
  asset.load();
  // You can check if it's still loads
  asset.isLoading();
  // After loading all the asset data will be in [data] field
  asset.data0.1.0
5 years ago