0.2.0 • Published 8 years ago

your-html-minifier v0.2.0

Weekly downloads
44
License
MIT
Repository
github
Last release
8 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

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago