Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ackeecz/resizin-js

Javascript libraries for easy use of the image server Resizin at web applications
https://github.com/ackeecz/resizin-js

ackee-resizin backend frontend image-server javascript reactjs resizin-js

Last synced: 6 days ago
JSON representation

Javascript libraries for easy use of the image server Resizin at web applications

Awesome Lists containing this project

README

        

# resizin-js
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/AckeeCZ/resizin-js/blob/master/LICENSE) [![CI Status](https://img.shields.io/travis/com/AckeeCZ/resizin-js.svg?style=flat)](https://travis-ci.com/AckeeCZ/resizin-js) [![Coverage Status](https://coveralls.io/repos/github/AckeeCZ/resizin-js/badge.svg?branch=master)](https://coveralls.io/github/AckeeCZ/resizin-js?branch=master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://reactjs.org/docs/how-to-contribute.html#your-first-pull-request)

Packages for easy use of Ackee image server [Resizin](https://www.resizin.com) from any javascript environment.

## Packages

Consists of

* [**resizin**](packages/resizin/README.md) - core package containing base functions for communicating with image server
* [**node-resizin**](packages/node-resizin/README.md) - wrapper around `resizin` package for using it in node.js environment
* [**react-resizin**](packages/react-resizin/README.md) - react components for easy displaying images from Resizin image server.

## Contribution

Any contributions that make packages better are very welcome.
Source code of packages is written in Typescript and repository is organized as a monorepo using [`lerna`](https://github.com/lerna/lerna) and [`yarn` workspaces](https://yarnpkg.com/lang/en/docs/workspaces/).

To start developing them, read a [Contribution guide](./CONTRIBUTION.md).

## License

[MIT](http://opensource.org/licenses/MIT)