文件名称:minify-html-literals:缩小HTML模板文字字符串
文件大小:78KB
文件格式:ZIP
更新时间:2024-05-22 10:13:23
TypeScript
minify-html-literals 缩小JavaScript模板文字字符串中HTML标记。 为什么? 模板文字通常在JavaScript中用于编写HTML和CSS标记(例如 )。 该库允许开发人员缩小通常被JavaScript缩小程序忽略的标记。 用法 import { minifyHTMLLiterals } from 'minify-html-literals' ; // const minifyHTMLLiterals = require('minify-html-literals').minifyHTMLLiterals const result = minifyHTMLLiterals ( `function render(title, items) { return html\` <style> .heading {
【文件预览】:
minify-html-literals-master
----index.ts(74B)
----src()
--------strategy.ts(8KB)
--------types()
--------minifyHTMLLiterals.ts(10KB)
----.npmignore(44B)
----.prettierrc.json(26B)
----.travis.yml(81B)
----tsconfig.json(341B)
----jasmine.json(95B)
----test()
--------minifyHTMLLiterals.spec.ts(16KB)
--------exports.spec.ts(761B)
--------strategy.spec.ts(4KB)
----LICENSE.md(1KB)
----README.md(8KB)
----.editorconfig(167B)
----.gitignore(85B)
----CHANGELOG.md(7KB)
----package-lock.json(234KB)
----package.json(2KB)