favicons
- Version 7.2.0
 - Published
 - 90.9 kB
 - 3 dependencies
 - MIT license
 
Install
npm i faviconsyarn add faviconspnpm add faviconsOverview
Favicon generator for Node.js
Index
Variables
Functions
Interfaces
FaviconOptions
- appDescription
 - appleStatusBarStyle
 - appName
 - appShortName
 - background
 - cacheBustingQueryParam
 - developerName
 - developerURL
 - dir
 - display
 - files
 - icons
 - lang
 - loadManifestWithCredentials
 - manifestMaskable
 - manifestRelativePaths
 - orientation
 - output
 - path
 - pixel_art
 - preferRelatedApplications
 - relatedApplications
 - scope
 - shortcuts
 - start_url
 - theme_color
 - version
 
Type Aliases
Variables
variable config
const config: { defaults: FaviconOptions };Functions
Interfaces
interface FaviconFile
interface FaviconFile {}interface FaviconImage
interface FaviconImage {}interface FaviconOptions
interface FaviconOptions {}property appDescription
readonly appDescription?: string;property appleStatusBarStyle
readonly appleStatusBarStyle?: string;property appName
readonly appName?: string;property appShortName
readonly appShortName?: string;property background
readonly background?: string;property cacheBustingQueryParam
readonly cacheBustingQueryParam?: string | null;property developerName
readonly developerName?: string;property developerURL
readonly developerURL?: string;property dir
readonly dir?: string;property display
readonly display?: string;property files
readonly files?: Record<PlatformName, FileOptions>;property icons
readonly icons?: Record<PlatformName, IconOptions | boolean | string[]>;property lang
readonly lang?: string;property loadManifestWithCredentials
readonly loadManifestWithCredentials?: boolean;property manifestMaskable
readonly manifestMaskable?: boolean | string | Buffer | (string | Buffer)[];property manifestRelativePaths
readonly manifestRelativePaths?: boolean;property orientation
readonly orientation?: string;property output
readonly output?: OutputOptions;property path
readonly path?: string;property pixel_art
readonly pixel_art?: boolean;property preferRelatedApplications
readonly preferRelatedApplications?: boolean;property relatedApplications
readonly relatedApplications?: Application[];property scope
readonly scope?: string;property shortcuts
readonly shortcuts?: ShortcutOptions[];property start_url
readonly start_url?: string;property theme_color
readonly theme_color?: string;property version
readonly version?: string;interface FaviconResponse
interface FaviconResponse {}interface FaviconStreamOptions
interface FaviconStreamOptions extends FaviconOptions {}property emitBuffers
readonly emitBuffers?: boolean;property html
readonly html?: string;property pipeHTML
readonly pipeHTML?: boolean;Type Aliases
type FaviconHtmlElement
type FaviconHtmlElement = string;type HandleHTML
type HandleHTML = (html: FaviconHtmlElement[]) => void;Package Files (1)
Dependencies (3)
Dev Dependencies (19)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/favicons.
- Markdown[](https://www.jsdocs.io/package/favicons)
 - HTML<a href="https://www.jsdocs.io/package/favicons"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
 
- Updated .
Package analyzed in 2149 ms. - Missing or incorrect documentation? Open an issue for this package.
 
