Browse Source

Trim readme description down

pull/1/head
Luke Childs 8 years ago
parent
commit
865c182c65
  1. 4
      README.md

4
README.md

@ -6,9 +6,9 @@
[![Coverage Status](https://coveralls.io/repos/github/lukechilds/merge-images/badge.svg?branch=master)](https://coveralls.io/github/lukechilds/merge-images?branch=master)
[![npm](https://img.shields.io/npm/v/merge-images.svg)](https://www.npmjs.com/package/merge-images)
Canvas can be kind of a pain to work with sometimes. There's lots of repetitive code to get a working canvas instance, load an image into that instance, handle async image loads correctly etc. This can lead to quite a lot of boilerplate code for something relatively simple like merging some images together. `merge-images` abstracts away all the repetitive tasks into one simple function call.
Canvas can be kind of a pain to work with sometimes, especially if you just need a canvas context to do something relatively simple like merge some images together. `merge-images` abstracts away all the repetitive tasks into one simple function call.
Images can be overlaid on top of each other and repositioned. The function returns a Promise which resolves to a base64 data URI. Works both in the browser and in Node.js.
Images can be overlaid on top of each other and repositioned. The function returns a Promise which resolves to a base64 data URI. Supports both the browser and Node.js.
## Install

Loading…
Cancel
Save