Skip to content

Repository files navigation

Fetch IMG

Build Status

Fetch asynchronously an image using it's source and resolve as HTMLImageElement.

Install

This module is published under NPM registry, so you can install using any Node.js package manager.

npm install fetch-img --save

# Use the command below for Yarn.
yarn add fetch-img

Usage

import fetchIMG from 'fetch-img';

fetchIMG('https://nodejs.org/static/images/logo.svg')
  .then((img) => document.body.appendChild(img))
  .catch((error) => console.error(error));

License

Released under MIT license.

About

Fetch asynchronously an image using it's source and resolve as `HTMLImageElement`.

Topics

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages