0.1.15 • Published 4 years ago

@palazzinacreativa/theme-favicon v0.1.15

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

theme-favicon

Vue plugin to use different favicons on dark or light theme based on browser preference.

Installation

npm i @palazzinacreativa/theme-favicon

or

yarn add @palazzinacreativa/theme-favicon

Then you can install your plugin using favicons url as paramaters

...
import Vue from 'vue'
import themeFavicon from '@palazzinacreativa/theme-favicon'

Vue.use(themeFavicon, {
  lightThemeIcon: '/path-to/light-theme-favicon.ico',
  darkThemeIcon: '/path-to/dark-theme-favicon.ico'
})
...
0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago