0.0.6 • Published 3 years ago

qoq-compress v0.0.6

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

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

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago