Skip to content

Installation

Rajdeep Malakar edited this page Sep 19, 2021 · 1 revision

You can install ShareImage in Python or Node.js with their respective package managers (PIP for Python and NPM or Yarn for Node.js).

Python

To Install with PIP:

pip install ShareImage

Node.js (for ES5 and ES6)

To Install with NPM:

npm i shareimage

Or, To Install with Yarn:

yarn add shareimage

API (no installation required)

The API might include some bugs. The API Can be used as:

<img src="https://shimg.zype.cf/v1/image?paramName=paramValue" alt="My Social Image">

Here paramName and paramValue are the name and value of parameters (use Node.js Library Parameters).

Clone this wiki locally