Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaelzhang/atta.js
(WIP) The node graphics library
https://github.com/kaelzhang/atta.js
graphics image-processing nodejs pil pillow
Last synced: 17 days ago
JSON representation
(WIP) The node graphics library
- Host: GitHub
- URL: https://github.com/kaelzhang/atta.js
- Owner: kaelzhang
- License: mit
- Created: 2016-10-12T03:44:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-01T02:46:13.000Z (over 7 years ago)
- Last Synced: 2024-04-15T12:32:55.875Z (7 months ago)
- Topics: graphics, image-processing, nodejs, pil, pillow
- Language: JavaScript
- Homepage: http://atta.io
- Size: 10.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/kaelzhang/atta.svg?branch=master)](https://travis-ci.org/kaelzhang/atta)
# atta
## Install
```sh
$ npm install atta --save
```## Usage
```js
const atta = require('atta')
```## License
MIT