Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glook/async-assets-loader


https://github.com/glook/async-assets-loader

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Async assets loader

Just a simple script which helps you with loading assets generated with

[assets-webpack-plugi]: https://www.npmjs.com/package/assets-webpack-plugin

## How to use

### Browser

coming soon

### NPM

```js
import AsyncAssetsLoader from '@glook/async-assets-loader';

const instance = new AsyncAssetsLoader();
await instance.init();
```

```html

```