Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glook/async-assets-loader
https://github.com/glook/async-assets-loader
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/glook/async-assets-loader
- Owner: glook
- License: mit
- Created: 2020-08-07T00:39:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T10:36:05.000Z (over 4 years ago)
- Last Synced: 2024-11-16T20:05:44.749Z (about 2 months ago)
- Language: TypeScript
- Size: 139 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: code-of-conduct.md
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
```