文件名称:fastify-favicon:固定插件以提供默认图标
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-21 16:37:24
favicon fastify fastify-plugin JavaScript
固定图标 固定插件以提供默认图标。 使用此插件,Fastify将为/favicon.ico请求配置一条路由。 用法 const fastify = require ( 'fastify' ) ( ) // example without specifying options, searching favicon.ico from project root, // otherwise returning a default favicon fastify . register ( require ( 'fastify-favicon' ) ) // or // example with custom path (usually relative to project root, but could be absolute), // and custom name; both option
【文件预览】:
fastify-favicon-master
----.jsdoc.json(574B)
----NOTICE(365B)
----example()
--------example.js(2KB)
--------home.html(355B)
----package.json(2KB)
----test()
--------favicon.test.js(4KB)
--------favicon.ico(318B)
----LICENSE(13KB)
----.taprc(131B)
----src()
--------plugin.js(2KB)
--------favicon.ico(1KB)
----.npmignore(578B)
----.gitignore(1KB)
----CHANGELOG.md(6KB)
----.dockerignore(511B)
----types()
--------plugin.d.ts(262B)
--------.eslintrc.json(1KB)
--------plugin.test-d.ts(534B)
--------tsconfig.json(244B)
----README.md(2KB)
----.editorconfig(158B)