miaow-url-parse

3.1.0 • Public • Published

miaow-url-parse

Miaow的URL补全工具

效果示例

.foo {
  background: url(./foo.png#url);
}
 
/* 处理后 */
.foo {
  background: url(//www.example.com/foo_md5.png);
}

参数说明

keyword

Type:String Default:'url'

用于匹配哪些链接需要做链接替换操作

regexp

Type:RegExp Default:undefined

自定义匹配相对路径的正则表达式, 要保证匹配的第一个组应该是相对路径

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.1.0
    0
    • latest

Version History

Package Sidebar

Install

npm i miaow-url-parse

Weekly Downloads

0

Version

3.1.0

License

MIT

Last publish

Collaborators

  • anhulife