This package has been deprecated

Author message:

redundant

@jworkshop/loadimage

0.0.1 • Public • Published

loadimage

Load image(s) asynchronously. Returns null if image fails to load.

NPM version build status node version npm download

install

NPM

Usage

import loadImage from "@jworkshop/loadImage";

let yourImage = loadImage("<your image URL>");

let imageURLs = [ ... ];

let yourImages = loadImage(imageURLs);

Readme

Keywords

Package Sidebar

Install

npm i @jworkshop/loadimage

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

4.77 kB

Total Files

6

Last publish

Collaborators

  • jworkshop