qoq-compress

Compress for qoq based on [koa-compress](https://github.com/koajs/compress) that support gzip, deflate and brotli.


License
MIT
Install
npm install qoq-compress@0.0.4

Documentation

qoq-compress

Compress for qoq based on koa-compress that support gzip, deflate and brotli.

License GitHub Workflow Status (branch) Codecov npm

Installation

yarn add qoq-compress

Usage

import { WebSlotManager } from 'qoq';
import { Compress } from 'qoq-compress';

export const webSlots = WebSlotManager.use(new Compress());

Options

@see koa-compress