@alxcube/load-image
v0.1.4
Published
Function for image preloading
Downloads
4
Readme
LOAD-IMAGE
Promise-based image preloading function.
Usage
import {loadImage} from "@alxcube/load-image";
document.body.appendChild(await loadImage("image/url.png"));