4 Commits

Author SHA1 Message Date
dependabot[bot]
3c81688ed7
Bump express from 4.17.1 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 16:41:37 +00:00
Joseph Rautenbach
dd7b5d9d0b Using Sharp for image conversion; promises; and more
Rewrote much of the application to use Promises instead of callbacks.
Replaced the two previous image conversion packages with Sharp, which now
handles svg-to-png and svg-to-jpg conversion. Added queueing support to
prevent resource exhaustion.
2021-01-16 00:52:21 +01:00
Joseph Rautenbach
73942d746b Updated packages 2019-06-23 12:00:46 -07:00
Joseph Rautenbach
9cd9869f5b Initial commit 2019-01-20 21:40:10 +02:00