colouring-montreal/app
Maciej Ziarkowski 14b79ce891 Simplify tile stitching with sharp
The new method uses the composite() method of sharp
to reduce the number of times a PNG buffer is created.
The number could be further reduced from two to one,
if the issue #1908 from lovell/sharp is resolved so that
composite and resize can be chained without an
intermediate call to .png().toBuffer()
2019-10-07 16:21:36 +01:00
..
map_styles Activate type category and colour map (#446) 2019-10-02 14:34:44 +01:00
public Add square logo for social sharing image 2019-10-03 13:19:44 +01:00
src Simplify tile stitching with sharp 2019-10-07 16:21:36 +01:00
.eslintignore Configure eslint 2019-05-27 16:13:11 +01:00
.eslintrc Lint prefer-const 2019-05-27 18:35:12 +01:00
.gitignore Merge frontend/api into universal react app 2018-09-09 22:22:44 +01:00
package-lock.json Merge pull request #423 from mz8i/feature/tile-server-refactor 2019-09-30 14:29:21 +01:00
package.json Merge pull request #423 from mz8i/feature/tile-server-refactor 2019-09-30 14:29:21 +01:00
razzle.config.js Setup TS build (failing), rename files to .ts/.tsx 2019-08-09 15:44:11 +01:00
tsconfig.json Fix ES to TS module import errors 2019-08-12 10:24:38 +01:00
tslint.json Add first TSLint rule 2019-08-29 17:54:50 +01:00