0.1.15 • Published 3 years ago

@palazzinacreativa/theme-favicon v0.1.15

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago