Add user settings modal

This commit is contained in:
Maksim Eltyshev
2020-04-08 21:12:58 +05:00
parent af00e3e191
commit c6ecf126d0
29 changed files with 570 additions and 455 deletions

View File

@@ -32,7 +32,7 @@ const createReceiver = () => {
}
firstFileHandled = true;
const resize = sharp().resize(36, 36).jpeg();
const resize = sharp().resize(100, 100).jpeg();
const transform = new stream.Transform({
transform(chunk, streamEncoding, callback) {