favorite-icon-video
Advanced tools
Comparing version 2.1.2 to 2.2.0
import { FaviconVideoOptions } from './types'; | ||
export type { FaviconVideoOptions }; | ||
export interface Options { | ||
@@ -3,0 +4,0 @@ size: number; |
{ | ||
"name": "favorite-icon-video", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "A small library for video manipulating in favicon", | ||
"main": "dist/index.common.js", | ||
"module": "dist/index.esm.js", | ||
"typings": "./dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"author": { | ||
@@ -9,0 +9,0 @@ "name": "Denis Seleznev", |
@@ -6,6 +6,13 @@ ⏩ Favorite Icon Video | ||
[![NPM downloads](https://img.shields.io/npm/dm/favorite-icon-video.svg?style=flat)](https://www.npmjs.com/package/favorite-icon-video) | ||
[![Build Status](https://badgen.net/bundlephobia/minzip/favorite-icon-video)](https://bundlephobia.com/result?p=favorite-icon-video) | ||
A small library for video manipulating in favicon. | ||
Small library for video manipulating with desktop favicon. | ||
# Desktop Browser support | ||
- Chrome: ✅ | ||
- Firefox: ✅ | ||
- Opera: ✅ | ||
- IE: ❌ | ||
- Edge: ❌ | ||
- Safari: ❌ (Safari hides favicons) | ||
# Installation | ||
@@ -12,0 +19,0 @@ `npm install favorite-icon-video` |
17529
404
91