Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 947 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 947 Bytes

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