https://github.com/whopiyush/image-gen-api
An API To manupulate Images
https://github.com/whopiyush/image-gen-api
api canvas discord generation image javascript js manupulation node
Last synced: 10 months ago
JSON representation
An API To manupulate Images
- Host: GitHub
- URL: https://github.com/whopiyush/image-gen-api
- Owner: whopiyush
- License: mit
- Created: 2019-02-11T12:02:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T04:19:13.000Z (over 5 years ago)
- Last Synced: 2025-07-02T19:24:49.975Z (12 months ago)
- Topics: api, canvas, discord, generation, image, javascript, js, manupulation, node
- Language: JavaScript
- Size: 13.8 MB
- Stars: 14
- Watchers: 0
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
* NodeJS ( Version Greater Than 8 )
* An Active Internet Connection
* If Using Windows, `node-gyp` installed without any errors
* Git Installed
### Installing
* First Clone The [Repository](https://github.com/ionadev/image-gen-api) using:
```
git clone https://github.com/ionadev/image-gen-api.git
```
* Then Navigate to `your/path/image-gen-api-master`.
* Run if using `npm`:
```
npm install
```
or if `yarn`:
```
yarn
```
## Running
* After Installing, run:
* If Using `npm`:
```
npm start
```
* If Using `yarn`:
```
yarn start
```
## Built With
* [Express](https://github.com/expressjs/express) - Web framework Used.
* [Body-Parser](https://github.com/expressjs/body-parser) - A Middleware For Express.
* [Cors](https://github.com/expressjs/cors) - A Middleware for Express.
* [Canvas](https://github.com/Automattic/node-canvas) - The Module For Generating Images.
* [node-superfetch](https://github.com/dragonfire535/node-superfetch) - A Module Used For Fetching Images, etc.
## Authors
* **Piyush Bhangale** - Initial Work, Idea, Main Contributor, Owner - [ionadev](https://github.com/ionadev)
* **Anish Shobith** - Contributor,Readme - [Anish-Shobith](https://github.com/Anish-Shobith)