twee-favicon-extension

Favicon Extension for Twee.io Framework - MVC Framework for Node.js based on Express.js

Usage no npm install needed!

<script type="module">
  import tweeFaviconExtension from 'https://cdn.skypack.dev/twee-favicon-extension';
</script>

README

twee-favicon-extension

Twee.io Logo

Gitter npm npm

Favicon Extension for Twee.io Framework - MVC Framework for Node.js and io.js based on Express.js. Installs favicon middleware that can be configured over twee.io config. During installing favicon handler it checks if favicon file exists. If not - then it doesn't installs

To install it use this command:

npm install twee-favicon-extension --save

Editing package.json of your application:

"dependencies": {
    "twee-favicon-extension": "*"
}

Turning extension ON in application/configs/twee.js:

module.exports = {
    "extensions": {
        "Favicon": {
            "module": "twee-favicon-extension"
        }
    }
};