New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

image-search-engine

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

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

  • 1.2.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-75%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 17 Sep 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc