justapieop / purr-image

PurrBot ImageAPI Javascript Wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

purr-image

PurrBot ImageAPI Javascript Wrapper

Installation

npm i purr-image

Usage

CommonJS:

const ImageAPI = require("purr-image");

ES6:

import ImageAPI from "purr-image";

Build

git clone https://github.com/justapieop/purr-image
cd purr-image
npm run build

Documentation

Documentation can be found here

About

PurrBot ImageAPI Javascript Wrapper

License:MIT License


Languages

Language:TypeScript 100.0%