0.2.0 • Published 7 years ago

your-html-minifier v0.2.0

Weekly downloads
44
License
MIT
Repository
github
Last release
7 years ago

your-html-minifier

npm i your-html-minifier

htmlMinifier(options)

压缩 HTML Response 内容,功能和 koajs/html-minifier 相同,且支持 koa 2.x

import htmlMinifier from 'your-html-minifier'

app.use(htmlMinifier({
  collapseWhitespace: true,
  minifyCSS: true,
  minifyJS: true
}))
0.2.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago