done purchases remove, ocr scan, read image

This commit is contained in:
LukasNowy
2019-01-28 01:34:06 +01:00
parent d9c3d422d7
commit 93bbf9c2cb
203 changed files with 21267 additions and 41 deletions

16
express-server/node_modules/streamifier/README.md generated vendored Normal file
View File

@ -0,0 +1,16 @@
streamifier
===========
#### Converts a Buffer/String into a readable stream ####
[![npm][npm-image]][npm-url]
<a name="createReadStream"></a>
___module_.createReadStream(object[, options]) : Readable__
Returns a Readable stream.
The `object` can be of any data type. If it is a Buffer or a string, the available `options` are [`highWaterMark` and `encoding`](http://nodejs.org/api/stream.html#stream_new_stream_readable_options), otherwise the Readable stream is automatically set in [object mode](http://nodejs.org/api/stream.html#stream_object_mode) and the `options` parameter is ignored.
[npm-image]: https://img.shields.io/npm/v/streamifier.svg?style=flat
[npm-url]: https://npmjs.org/package/streamifier