Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/visual-cortex/imgstry

Image editing module in JavaScript.
https://github.com/visual-cortex/imgstry

Last synced: 4 months ago
JSON representation

Image editing module in JavaScript.

Awesome Lists containing this project

README

        

Imgstry
=======

[![npm version](https://badge.fury.io/js/imgstry.svg)](https://badge.fury.io/js/imgstry)
![ci](https://github.com/visual-cortex/imgstry/workflows/ci/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/58e446d2b05ef9317064/maintainability)](https://codeclimate.com/github/visual-cortex/imgstry/maintainability)

Development Notes
-----------------

If you get this error `Pre-built binaries not installable for [email protected] and [email protected]` when running `npm i`, that means that the `canvas` package cannot find a prebuilt version compatible with the current `node` version.

Please visit [canvas](https://www.npmjs.com/package/canvas) for more information.