Socket
Socket
Sign inDemoInstall

image-search-engine

Package Overview
Dependencies
18
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    image-search-engine

Lets you get the url of a image of any querry


Version published
Weekly downloads
30
increased by20%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

IMAGE SEARCH ENGINE

This module allows you to easily find the URL of images of any query as well as filtering between size, colors and types of images (You do not need a google API-key)

Installation

To do the installation correctly you need to have node installed

npm:
npm i discord-image-finder

Usage

const  image_finder  =  require("image-search-engine")
async  function  printUrl(query){
	console.log(await  image_finder.find(query))
}
//This will return an image url
console.log(await  image_finder.find("Pink Elephant", {size: "large", color: "pink"}))
//This will return an image of a pink elephant

Options

Query: Query to search default: none Size (optional): Image size default: all Color (optional): Color of the images default: all Type (optional): Type of the images default: all

Constraints :

Size:

Large | Medium | Small

Color:

b&w: Black & White | transparent | red | orange | yellow | green | teal | blue | purple | pink | white | gray | black | brown

Type:

cp: Clip Art ld: Line Art
gf: Gif (It will get the first frame of the gif)

Keywords

FAQs

Last updated on 17 Sep 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc