node-get-favicons:获取`favicon`s,`apple-touch-icon`或任何网站图标

时间:2021-05-03 09:54:48
【文件属性】:
文件名称:node-get-favicons:获取`favicon`s,`apple-touch-icon`或任何网站图标
文件大小:163KB
文件格式:ZIP
更新时间:2021-05-03 09:54:48
HTML 获取网站图标 从任何网站或HTML获取favicon , apple-touch-icon或其他内容。 用法 原料药 从获取所有图标 const getFavicons = require ( 'node-get-favicons' ) ; getFavicons . byUrl ( 'https://google.com' ) . then ( ( favicons ) => { console . log ( favicons ) ; // [{ // type: 'icon', // imgType: null, // href: 'https://google.com/images/branding/product/ico/googleg_lodp.ico', // sizes: null // }] } ) ; 执照 :copyright:
【文件预览】:
node-get-favicons-master
----.eslintrc(31B)
----.nvmrc(3B)
----index.js(122B)
----package.json(717B)
----readme.md(614B)
----test()
--------mobile-twitter-com-manifest-json.html(690B)
--------pwa-rocks.html(23KB)
--------pwa-rocks-pwa-webmanifest.html(729B)
--------index.js(4KB)
--------mobile-twitter-com.html(25KB)
--------yandex-com.html(451KB)
----license(1KB)
----package-lock.json(221KB)
----.npmignore(29B)
----.gitignore(989B)
----lib()
--------helpers.js(172B)
--------by-url.js(396B)
--------by-html.js(3KB)
----.circleci()
--------config.yml(300B)
----.editorconfig(188B)

网友评论