im/vendor/tcwei/imgsrc/composer.json

20 lines
581 B
JSON
Raw Normal View History

2023-09-26 18:09:46 +08:00
{
"name": "tcwei/imgsrc",
"description": "高效率字符串模式可比正则获取快3倍从HTML或者文章内容等字符串中提取图片的src可指定提取第几张图片、顺数第几或逆数第几、可指定黑名单等。页面下面有使用例子",
"type": "library",
"license": "MIT",
"version": "v2.02",
"autoload": {
"psr-4": {
"tcwei\\smallTools\\": "imgSrc/"
}
},
"authors": [
{
"name": "zhiwei",
"email": "2394599321@qq.com"
}
],
"require": {}
}