文件名称:chin-plugin-favicons
文件大小:53KB
文件格式:ZIP
更新时间:2024-05-30 09:05:29
JavaScript
下巴插件图标 使用插件。 安装 yarn add -D chin chin-plugin-favicons 用法 import favicons from 'chin-plugin-favicons' const ext = favicons ( { nameAsDir : true , config : { } } ) export default { processors : { png : ext } after : ( ) => { const html = ext . after ( ) } } nameAsDir: boolean [默认值:false](例如[name].png => [name]/** ) config: {}收藏夹图标。 ext.after()返回response.html (html元素字符串数组)。 执照 麻省理工学院(
【文件预览】:
chin-plugin-favicons-master
----.travis.yml(975B)
----.babelrc(178B)
----index.js(797B)
----test.js(1KB)
----package.json(1KB)
----.example()
--------index.js(629B)
--------put()
--------generateHtml.js(900B)
----LICENSE(1KB)
----.npmignore(77B)
----codecov.yml(28B)
----.gitignore(899B)
----README.md(1KB)
----yarn.lock(157KB)