summaryrefslogtreecommitdiff
path: root/packages/client/src/scripts/upload (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rename: client -> frontendsyuilo2022-12-271-23/+0
|
* enhance(client): Compress non-animated PNG files (#9334)Kagami Sascha Rosylight2022-12-181-0/+23
* style: fix TS lint errors about `ev.target` * enhance: compress non-animated PNG * PNG to PNG? * defer jest things (add it later) * Delete jest.config.cjs * check the compressed file size * log compression stats * use ?? * handle if ($i == null) Co-authored-by: tamaina <tamaina@hotmail.co.jp>