0.0.1 • Published 6 years ago

imgaxe v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

imgaxe

build status code coverage code style styled with prettier made with lass license

Image manipulation API service built on top of Sharp (an alternative to Jimp, Graphics Magic, Image Magick, and PhantomJS)

Table of Contents

Install

npm:

npm install imgaxe

yarn:

yarn add imgaxe

Usage

const Imgaxe = require('imgaxe');

const imgaxe = new Imgaxe();

console.log(imgaxe.renderName());
// script

Contributors

NameWebsite
Nick Baughhttp://niftylettuce.com/

License

MIT © Nick Baugh