Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ackeecz/resizin-js
- Owner: AckeeCZ
- License: mit
- Created: 2019-07-29T12:02:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T09:02:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T04:06:39.979Z (18 days ago)
- Topics: ackee-resizin, backend, frontend, image-server, javascript, reactjs, resizin-js
- Language: TypeScript
- Homepage:
- Size: 3.1 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)